0% found this document useful (0 votes)
33 views1 page

Unit 6 Assingments

Uploaded by

hetavimodi2005
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views1 page

Unit 6 Assingments

Uploaded by

hetavimodi2005
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Unit-6

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.

4) Write pseudocode for Linear Queue Implementation using array.

5) Write short note on


I) Comparison of circular queue with linear queue
II) Priority Queue.

6) Draw and explain circular queue using array.Write pseudocode for add, remove
operations.

7) Explain array implementation of priority queue with all basic operation.

You might also like