Skip to content

Conversation

ashokdey
Copy link
Member

👻 What's Inside?

Changes

  • The new Queue Implementation has Singly Linked List under the hood
  • The API has changed and is more close to the standard Queue Data Structure
  • List of methods
    • enqueue(data)
    • dequeue()
    • peek()
    • length()
  • Fixes all the test cases to use the new APIs
  • Updated the code of Weave a Queue to use new APIs

🎉

@ashokdey ashokdey requested a review from TheSTL October 13, 2019 08:24
@ashokdey ashokdey self-assigned this Oct 13, 2019
@TheSTL TheSTL merged commit 5bec3a5 into master Oct 13, 2019
@ashokdey ashokdey deleted the queue branch October 13, 2019 18:15
@TheSTL TheSTL mentioned this pull request Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants