Skip to content
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

PriorityQueue #16

Open
3 tasks
evanplaice opened this issue Sep 14, 2019 · 0 comments
Open
3 tasks

PriorityQueue #16

evanplaice opened this issue Sep 14, 2019 · 0 comments
Labels
datastructure A spec for a DataStructure implementation feature New feature up-for-grabs

Comments

@evanplaice
Copy link
Member

evanplaice commented Sep 14, 2019

Same as a queue but the values are weighted in order from priority first then by insertion order.

Checklist

  • implementation
  • tests
  • jsdoc

Specifics

Notes

References

@evanplaice evanplaice added feature New feature datastructure A spec for a DataStructure implementation labels Sep 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datastructure A spec for a DataStructure implementation feature New feature up-for-grabs
Projects
None yet
Development

No branches or pull requests

1 participant