DS Question Bank
DS Question Bank
Unit-1
1. W hat is data structure.Classify the different types of data structures and explain with
examples.
ORWhat are the twomain types of data structures?
2. Discuss the common operations performed on data structures.
3. What is an algorithm?Explain different approaches to design an algorithm.
4. What is linked list?List out and Explain types of linked list in detail
5. Compare array and linked list.(Array Vs. Linked List)
6. Define abstract data type
7. Write an algorithm to perform all (create,insert,delete,display(traverse),count)operations
in a singly linked list
8. Write an algorithm to perform all (create,insert,delete,display(traverse))operations in a
doubly linked list.
9. State advantages,disadvantages and use of linked lists.
Unit-2
Unit-3
Unit-4