CD3281 - DSA Rubrics
CD3281 - DSA Rubrics
Name of the Lab Course CD3281- DATA STRUCTURE & ALGORITHMS LABORATORY
Ex. Page
Date Name of the experiment No.
PI-1 PI-2 PI-3 PI-4 PI-5 Total Sign
No.
1. Implement simple ADTs as Python
classes
a) Implementation of Recursive
2. Algorithm (Factorial)
b) Implementation of Recursive
Algorithm (Fibonacci Series)
Average
3.
List ADT using Python Arrays
(a) Implementation of Singly Linked List
(b) Implementation of Doubly Linked
4.
List
(c) Implementation of Circular Linked
List
Average
5. Implementation of Stack
Implementation of Queue
Average
Applications of List
6.
Applications of Stack
Applications of Queue
Average
Implementation of Merge Sort
7. Implementation of Quick Sort
Implementation of Linear Search
Implementation of Binary Search
Average
8.
Implementation of Hash Table
9. Implementation of Tree Representation
and Traversal Algorithm
10.
Implementation of Binary Search Tree
11.
Implementation of Heap