Important Questions for Data Structures
Important Questions for Data Structures
Conceptual Differences
1. What are the key differences between linear and non-linear data
structures?
2. How do static and dynamic data structures differ?
3. Difference between stack and queue ?
Full Programs
14. Write a program for stack using linked list.
15. Write a program for queue using linked list.
16. Write a program to convert infix to postfix or prefix expression.
Algorithms
17. Describe the algorithm to convert infix to postfix and prefix expressions.
18. Explain the evaluation of postfix and prefix expressions.
19. Write the Huffman coding algorithm.
20. Construct and evaluate an expression tree.