INDEX
Name: Reg. No:
Semester: Fall Semester 2023-24 Slot: E21 + E22 + E23 + F22
Subject: Data Structures and Algorithms Lab Course Code: CSE2002
S. No. Date Content Page No. Sign
1 Implementation of Sorting
Algorithms (Bubble Sort, Merge
Sort and Quick Sort)
2 Implementation of Searching
Algorithms (Linear Search and
Binary Search)
3 Implementation of Singly Linked
List
4 Implementation Doubly Linked
List
5 Implementation Stack using Array
and Linked List
6 Implementation of Queue using
Array and Linked List
7 Implementation of Binary Tree
Traversals
8 Implementation of Binary Search
Tree
9 Implementation of BFS and DFS
10 Implementation of Dijkstra
Shortest Path Algorithms
11 Implementation of Prims and
Kruskal Algorithms
12 Implementation Hashing
Techniques