DSA - Practical 8 Linked List
DSA - Practical 8 Linked List
NAVRACHANA UNIVERSITY
SEMESTER: 2
PRACTICAL 8
STUDENT ID:22000265
Description: Linked list is a linear data structure that is used to store elements as a list.
Linked list has more flexibility than stack and queue. It can be used to create stack and
queue. It has numerous applications for organizing, manipulating and retrieving data in
various practical scenarios. Operations that can be done on linked list include insertion,
deletion and searching. Linked list can be singly linked list and doubly linked list.
Practical Outcome:
On performing this practical, students will be able to:
- Create singly linked list and doubly linked list
- Insert elements into linked list
- Delete elements from linked list
Software: Any IDE for python or CLI for python or online python coding environment
interpreter
TASK:
Perform the following practical and attach relevant screenshots for the
following:
1. WAP to implement a singly linked list in python.
Data Structure & Algorithm Qusai Cutleriwala 22000265