Skip to content

Feature request: PriorityQueue data structure #391

@Andrei1998

Description

@Andrei1998

Priority queues are a common data structure, but they are currently missing from the core library. At the moment, users would need to implement their own wrapper around Set or Map combined with List, taking care to handle duplicates correctly. This approach can also lead to suboptimal performance, since Set and Map are more general-purpose data structures.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions