
Suresh Sharma
Joined March 2022
1 story
Bio
The only way to learn a new programming language is by writing programs in it.
Stories (1)
Filter by community
Types of Priority Queue in Data Structure?
Introduction A queue is a data structure that follows the concept of FIFO(First in, First out). It means an element that is inserted first into the queue will be taken out first only. The same pattern applies to all the elements in a queue. For example, the line person standing in a movie theatre to get a movie ticket represents a queue. The person standing in front will get the ticket first.
By Suresh Sharma4 years ago in 01
