kgisl / project-ideas

Project ideas for students at KITE, KGCAS, IIM and anybody else!
50 stars 55 forks source link

Bounded Queue #19

Closed Keerthivelu-16 closed 8 years ago

Keerthivelu-16 commented 8 years ago

A queue limited to the fixed number of items

kgashok commented 8 years ago

@Keerthivelu-16 All of them are examples of data structures or ADTs that can be derived from a Graph (queue, bounded and circular, Tree), but does it warrant a separate TERM entry? Instead, how about adding them to existing terms (datastructures and graph)?

My other question was: If you include Bounded Queue, Circular Queue, how about all the other types of queues? Why leave them out?