PROGRAMMING AND DATA STRUCTURES LAB

PROGRAME LIST


1. Stack and Queue

Stack Operation Using Array

Stack Operation Using Linked List

Queue Operation Using Array

Queue Operation Using Linked List

2. Binary tree Traversals

3. Merge Sort

4. DFS and BFS

5. Warshall’s Algorithm

6. Dijkstra’s Algorithm

7. Huffman’s Algorithm

8. Insertion Sort