Skip to content

[feat] : Implement Priority Queue using Binary Heap #10676

@Parvezkhan0

Description

@Parvezkhan0

Feature description

We propose adding an implementation of a Priority Queue using a Binary Heap to enhance the data structures section. This will provide users with an efficient way to manage items with assigned priorities.

Tasks:

  • Implement the Priority Queue class with necessary methods (insert, extract_min, etc.).

  • Write comprehensive test cases to ensure correctness and efficiency.

  • Document the implementation, including time complexity analysis.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis PR modified some existing files

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions