Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Queue

  • FIFO data structure . First In First Out(Example a line of people)

  • A collection designed for holding elements prior to procesing

  • Linear data structure

  • add = enqueue,offer()

  • remove = dequeue, poll()

    • Uses of queue
  • Used in Keyboard Buffer

  • Printer Queue

  • Used in LinkedLists

Priority Queue

  • A FIFO data structure that serves elements with the highest priorities first before elements with lower priorities.

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages