Lab assignments and problems on Data Structure with C/C++ code and Algorithm
destination source:https://www.programming-techniques.com/?p=90
Here are lists of lab assignments and problems on various topics in Data Structure. Please click the link below to see the algorithm and source code of the problem in that topic.

- Stack
- Queue
- Circular Queue
- Infix to Postfix Conversion
- Postfix Evaluation
- Linked List
- Stack and Queue using Linked list
- Tower of Hanoi
- Bubble Sort
- Quick Sort
- Straight Selection Sort
- Straight Insertion Sort
- Merge Sort
- Shell Sort
- Tree Sort
- Sequential Search
- Binary Search
- Tree Search
- Hashing and Hash Table generation
- Dijkstra’s Shortest path algorithm

Related Article
destination source:https://www.programming-techniques.com/?p=90