amega-dsa / dsa-notes

Collection of Notes on topics related to DSA.
1 stars 3 forks source link

12_Queue #13

Open deeppanchani opened 2 years ago

deeppanchani commented 2 years ago

12_Queue

Notes should try to cover the following topics:

  1. Queue using Array
  2. Queue using Linked List
  3. Enqueue and Dequeue Operations
  4. Stack Using Queue
  5. Circular Queue
  6. Priority Queue
  7. Double Ended Queue

Notes May Contain More Topics

Notes can be in any form handwritten, text file, video, etc.

File Naming

File Name: queue_(source name).(extension)

🎯 If you have made the notes source name will be your GitHub User Name. 🎯 If the notes you upload are from other sources like a particular website/course mention it in the source name.

Pull Request

🎯 Name your Pull Request the same as your file name and link it to their respective issue. 🎯 If you don't find the particular issue create one or contact admins.