Friday, January 31, 2020

There shall be 10 exercises based on C/C++


1. Implementation of stack

stack

2. Implementations of linear and circular queues

linear

circular

3. Solutions of TOH and Fibonacci sequence by Recursion
TOH 

Fibonacci

4. Implementations of linked list: singly and doubly linked list

Linked list

5. Implementation of trees: AVL trees, and balancing
6. Implementation of Merge sort
7. Implementation of search: sequential, Binary and Tree search
8. Implementation of Graphs: Graph Traversals
9. Implementation of hashing
10. Implementation of Heap

No comments:

Post a Comment