Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Data-Structures-and-Algorithms copied to clipboard

Queue Implementation

Open Iltwats opened this issue 5 years ago • 11 comments

  1. Implement Queue using Stacks
  2. LRU Cache Implementation
  3. Implement Stack using Queues
  4. Queue (Linked List Implementation)
  5. How to efficiently implement k Queues in a single array?
  6. Implement a stack using single queue
  7. Implementation of Deque using circular array
  8. Circular Queue (Circular Linked List Implementation)
  9. Implement Stack and Queue using Deque
  10. Priority Queue using Linked List
  11. Priority Queue using doubly linked list
  12. Implementation of Deque using doubly linked list

Iltwats avatar Oct 01 '20 06:10 Iltwats

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.99. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Oct 01 '20 06:10 issue-label-bot[bot]

I want to work on "Implement Queue using Stacks", please allow me.

abhinashgiri avatar Oct 01 '20 12:10 abhinashgiri

You can move forward with your solution.

Iltwats avatar Oct 01 '20 16:10 Iltwats

added queue with array and linked list. Kindly merge.

itsharshitb avatar Oct 01 '20 17:10 itsharshitb

I want to contribute Implementation of Deque using doubly linked list

bhavyakjain avatar Oct 03 '20 09:10 bhavyakjain

Do it.

Iltwats avatar Oct 03 '20 13:10 Iltwats

I have raised PR#112 for this issue. Please review and merge.

bhavyakjain avatar Oct 03 '20 17:10 bhavyakjain

Can i please work on implementation of deque using circular array ?

RiyaMathew-11 avatar Oct 15 '20 06:10 RiyaMathew-11

Yes

Iltwats avatar Oct 15 '20 06:10 Iltwats

Yes

Ive created a PR on Deque implementation using circular array...do please check it out.. #168

RiyaMathew-11 avatar Oct 15 '20 06:10 RiyaMathew-11

I have created a PR on Implementation Of Queue using Stack. Please review and check it out #179

aasthajain12 avatar Oct 26 '20 17:10 aasthajain12