Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Re-implementation of Queue #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
TheSTL merged 7 commits into master from queue
Oct 13, 2019
Merged

Re-implementation of Queue #80

TheSTL merged 7 commits into master from queue
Oct 13, 2019

Conversation

Copy link
Member

@ashokdey ashokdey commented Oct 13, 2019

👻 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

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@TheSTL TheSTL Awaiting requested review from TheSTL

Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants

AltStyle によって変換されたページ (->オリジナル) /