M.Sc(IT)DATA STRUCTURES LAB USING C++

1. Implementation of Arrays (Single and Multi-Dimensional)
2. Polynomial Object and necessary overloaded operators.
3. Singly Linked Lists.
4. Circular Linked Lists.
5. Doubly Linked Lists.
6. General Lists.
7. Implementation of Stack (using Arrays and Pointers)
8. Implementation of Queue (Using Arrays and Pointers)
9. Implementation of Circular Queue (using Arrays and Pointers)
10. Evaluation of Expressions.
11. Binary Tree implementations and Traversals.
12. Binary Search Trees.



No comments:

Post a Comment