Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Class notes

Data structure and algorithms

Rating
-
Sold
-
Pages
26
Uploaded on
25-05-2025
Written in
2024/2025

Singly linked list –Operation, Application –representation of a polynomial, polynomial addition, doubly linked list-Operation. 1.What is a Linked List? We utilize a linked list data structure to organize data when we have an unknown amount of data values to work with. A linked list is a linear data structure that consists of a succession of elements each of which is connected to the next member in the sequence. Each element of the Linked List is called a Node. A Linked List is formed by connecting multiple nodes. A node consists of two parts, 1. Data 2. Pointer to another node Data: Data is the actual raw information. It can be a video object, a number, a character, etc. Pointer which contains the address of the next node in the memory.

Show more Read less
Institution
Course

Content preview

UNIT-3

Singly linked list –Operation, Application –representation of a polynomial,
polynomial addition, doubly linked list-Operation.



1.What is a Linked List?

✓ We utilize a linked list data structure to organize data when we have an
unknown amount of data values to work with.
✓ A linked list is a linear data structure that consists of a succession of
elements each of which is connected to the next member in the sequence.
✓ Each element of the Linked List is called a Node.
✓ A Linked List is formed by connecting multiple nodes.
✓ A node consists of two parts,
1. Data
2. Pointer to another node

Data: Data is the actual raw information. It can be a video object, a number, a
character, etc.
Pointer which contains the address of the next node in the memory.

,2. Types of Linked Lists:
1. Singly Linked List – In this type of linked list, one can move or traverse
the linked list in only one direction




2. Doubly Linked List – In this type of linked list, one can move or traverse
the linked list in both directions (Forward and Backward)




3. Circular Linked List – In this type of linked list, the last node of the linked
list contains the link of the first/head node of the linked list in its next
pointer and the first/head node contains the link of the last node of the
linked list in its prev pointer.

, Basic operations on Linked Lists:

1. Deletion
2. Insertion
3. Search
4. Display



3.What is Single Linked List?

✓ Single linked list is a sequence of elements in which every element has link
to its next element in the sequence.
✓ In any single linked list, the individual element is called as "Node".
✓ Every "Node" contains two fields, data field, and the next field.
✓ The data field is used to store actual value of the node and next field is
used to store the address of next node in the sequence.

The graphical representation of a node in a single linked list is as follows...




Operations on Single Linked List

The following operations are performed on a Single Linked List

1. Insertion
2. Deletion
3. Display

Written for

Institution
Course

Document information

Uploaded on
May 25, 2025
Number of pages
26
Written in
2024/2025
Type
Class notes
Professor(s)
Dr.praveen kumar
Contains
All classes

Subjects

$11.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
shankarshankar1

Get to know the seller

Seller avatar
shankarshankar1 S.m.d.p.v.c .hr.sec.school
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
11 months
Number of followers
0
Documents
5
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions