Skip to content

[FEATURE] Add Dijkstra's Algorithm with priority queue #1537

@Nihhaar0002

Description

@Nihhaar0002

Detailed description

Add Dijkstra's shortest path algorithm implementation using a min-heap priority queue for optimal O((V+E)logV) performance.

Context

This is a fundamental graph algorithm essential for competitive programming and real-world applications like GPS navigation.

Possible implementation

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions