Data Structure Question Bank
Data Structure Question Bank
[ Prof.Ravi Junnakar ]
Questions Bank
a)create
b)display
c)search
d)sort
e)delete node at any position
f)insert node at any position
7) Linked List can traverse sequenstially.State true or false.
8) A linked List can store only integer values. True or false.
9) What is generalized linked list?explain node structure of generalized linked list.
10) difference between static and dynamic .
Chapter No : 4 Stack
1) What is Stack ? List the operation of Stack.
2) State the principal on stack work.
3) What is the application of stack ?
4) What is Top ?
5) What is the difference between peek () & pop ()?
6) Define underflow & overflow condition ?
7) What is recursion?
8) Which Data structure are used in recursion?
9) Explain Backtracking, List the Examples where backtracking is used.
10) Explain n Queen problem.
11) What is polish notation.
12) Program or Function on reverse string,checking string is palindrome or not.
13) Example of Infix to Postfix Convrsion . (Fix Question 4 marks)
14) Example of Postfix Evaluation.
Chapter 5: Queue
1) What is Queue ? List the operation of queue.
2) State the Principal on Queue work.
3) Difference between stack & queue.
4) What are the application of queue?
5) List the types of Queue.
6) What are the types of Priority queue?
7) What are the types of dqueue ?
8) Overflow and underflow queue.
9) Which types of queue are used in round robin algorithm.
10) Types of Queue like linear,circular,priority,doubly ended queue (exaplaination
any type).
11) Programs of static implementation of linear queue.
12) Programs of compare to linear queue.
13) Function of circular queue ,prirority queue add & delete operation.