Important questions Data Structures using C++
Unit-I
- What is Data structures ? Explain Types of data structure’s?
- Define Algorithm? Explain Analysis of algorithm?
- Explain 1d,2d arrays with example and Discuss memory representation and address calculation for 1d,2d array?
- What is stack ?Explain primitive operations of stack with example program?
- Explain infix, prefix, postfix notations and explain the steps to convert infix expression to postfix form?
- Explain Processing function calls ,Reversing a string, checking well-formed parenthesis?
- Explain Evaluating Postfix Expression?
Unit-II
- What is recursion ?Explain types of recursion?
- Explain the tower of honoi problem ?
- Define queue ? Explain with it’s operations with a program?
- Discuss circular queue with example program?
- Discuss single , double linked lists operations with example program?
Unit-III
- What is binary tree ? Explain Representation of binary tree?
- Explain binary tree traversal techniques – Preorder, In order ,Postorder?
- What is graph? Explain Graph representations with examples?
- Explain Graph traversal techniques with examples?
- What is spanning tree ? Explain minimum spanning tree ? Explain prims and Kruskal algorithm?
- Define Hashing? Explain Hashing Types and Collision Resolution Strategies with examples?
Unit-IV
- Explain Linear search technique with an example program?
- Explain Binary search technique with an example program?
- Explain Quick sort technique with an example program?
- Explain mergesort technique with an example program?
- Explain selection sort technique with an example program?
- Explain Heapsort technique with an example program?
No comments:
Post a Comment