Dsa
Dsa
1. Explain push and pop operations of stack. Whar are different applications of stack?
2. Sort the number {82, 73, 12, 39, 26, 88, 2, 9, 60, 41} using shell sort.
3. What is linear queue? Why do we need circular queue? Explain.
4. What is asymptotic analysis? Explain theta notation with example.
5. Explain array implementation of list.
6. Write a program to implemet sequential search algorithm.
7. What is graph traversal? Explain.
8. Write short notes on:
a) Breadth first traversal of graph
b) TOH