Skip to content

Added Dijkstra's Algorithm in C++#84

Open
Xenith-afk wants to merge 1 commit into
tripti-gupta700:mainfrom
Xenith-afk:add-dijkstra-algorithm
Open

Added Dijkstra's Algorithm in C++#84
Xenith-afk wants to merge 1 commit into
tripti-gupta700:mainfrom
Xenith-afk:add-dijkstra-algorithm

Conversation

@Xenith-afk
Copy link
Copy Markdown

Hi @tripti-gupta700,

I’ve implemented Dijkstra’s Algorithm in C++ using an adjacency list and min-priority queue approach for optimized shortest path computation.

The implementation includes:

  • sample graph input/output
  • complexity analysis
  • comments for readability

PR submitted for review.

@Xenith-afk Xenith-afk changed the title Add ed Dijkstra's Algorithm in C++ Added Dijkstra's Algorithm in C++ May 24, 2026
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.

2 participants