imp-QP
imp-QP
Section – A
Section – B
13. Explain tree traversal methods (Inorder, Preorder, Postorder) with an example.
14. Write an algorithm for bubble sort and explain.
15. Explain the concept of circular queue with diagram.
16. Explain the Towers of Hanoi problem with an example.
17. Explain dynamic memory allocation functions in C with example.
18. Write a note on adjacency matrix representation of graphs.
19. Write a C program to evaluate a postfix expression.
20. Write an algorithm to insert and delete an element in a linear queue.
Section – C