Unit 6 Assingments
Unit 6 Assingments
Assingment Questions
1) What is double ended queue? Draw diagram with labelling four basic operations
at appropriate places. Which two data structures are combined in it and how?
2) Draw and explain implementation of linear queue using singly linked list.
Explain Add,Remove,Queue full and Queue empty operations.
3) Draw and explain priority queue? State any real life application.
6) Draw and explain circular queue using array.Write pseudocode for add, remove
operations.