1. Write a C program with class to perform the following operations on Singly Linked List
i) Insertion ii) Deletion iii) Traversal
2. Write a C program with class to perform the following operations on Circular Doubly Linked List
i) Insertion ii) Deletion iii) Traversal.
3. Write a C program with class to add two polynomials using Singly Linked List
4. Write a C program with class to implement Stack using
i) Arrays ii) Linked list.
5. Write a program to read an arithmetic expression in infix notation and do the following I) convert infix expression into postfix
ii) Evaluate the Postfix Expression
6. Write a C program with class to implement Queue using
i) Arrays ii) Linked list.
7. Write a C program with class to implement Circular Queue using Array .
8. Write a C program with class to perform the following operations on Binary Search Tree i) Insertion ii) Deletion iii) Search a given Key
9. Write a C Program with a class to Perform the Tree Traversal Techniques using recursion.
10. Write a C Program with a class to Perform the Tree Traversal Techniques using without recursion.
11. Write a C program that implements the following sorting techniques
i) Bubble sort ii) Selection sort iii) Quick sort.
12. Write a C program that implements the following sorting techniques
i) Insertion sort ii) Merge sort iii) Heap sort.
13. Write a C Program with a class to Implement All functions of a Dictionary by using Hashing .
14. Write a C program with a class to perform the following operations on AVL Tree
i) Insert. ii) Delete iii) Traverse
15. Write a C program with a class for implementing the following graph traversal algorithms:
i) Depth First Search ii) Breadth First Search.
We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.