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

Feat: Add timed.PriorityQueue based on new generic PriorityQueue #525

Merged
merged 9 commits into from
Jul 6, 2023

Conversation

hmoog
Copy link
Contributor

@hmoog hmoog commented Jul 6, 2023

This PR introduces a timed.PriorityQueue which allows to sort elements by time (either descending or ascending).

@hmoog hmoog changed the title Feat: timed.PriorityQueue Feat: Add timed.PriorityQueue based on new generic PriorityQueue Jul 6, 2023
@hmoog hmoog merged commit 4d386aa into feat/priorityqueue Jul 6, 2023
@hmoog hmoog deleted the feat/timed-priorityqueue branch July 6, 2023 18:12
hmoog added a commit that referenced this pull request Jul 7, 2023
* Feat: Updated PriorityQueue

* Feat: simplified Peek

* Refactor: changed panic message

* Fix: fixed bug

* Refactor: removed panic

* Feat: Add timed.PriorityQueue based on new generic PriorityQueue (#525)

* Feat: added timed.PriorityQueue

* Feat: reverted change

* Feat: reverted some changes

* Feat: reverted some changes

* Refactor: reverted changes

* Refactor: reverted changed

* Refactor: reverted more changes

* Refactor: reverted changes

* Refactor: merged logic to single file

* Fix: added missing methods to interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant