What is queues in data structure?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: Data StructureWhat is queues in data structure?
chetan shidling asked 6 years ago

I need short information.

1 Answers
Chetan Shidling answered 6 years ago

Queues can be simply realized using linear arrays, the queue has front and rear variables that point to the location of where deletions and insertions can be made, sequentially.