You are on page 1of 1

Practical List :

Write Program in C for following:

Sorting programs: Bubble sort, Merge sort, Insertion sort, Selection sort, and Quick sort. Searching
programs: Linear Search, Binary Search. Array implementation of Stack, Queue, Circular Queue,
Linked List. Implementation of Stack, Queue, Circular Queue, Linked List using dynamic memory
allocation. Implement infix to postfix conversion and evaluation of postfix expression
Implementation of Binary Search Tree and traversal algorithms (inorder, preorder, postorder)
Implementation of Graph and traversal algorithms (BFS, DFS).

You might also like