-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
api-needs-workAPI needs work before it is approved, it is NOT ready for implementationAPI needs work before it is approved, it is NOT ready for implementation
Milestone
Description
I see the generic collections haven't been incorporating into this project yet, but when that happens, I'd like to contribute a priority queue to the library. It's a pretty commonly used data structure and I'm surprised there isn't one in there already.
What I've got is based on a flat binary heap and either uses items that implement IComparable or takes an IComparer.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api-needs-workAPI needs work before it is approved, it is NOT ready for implementationAPI needs work before it is approved, it is NOT ready for implementation