Skip to content

Conversation

prateekpr17
Copy link
Contributor

Title :
Added Dijkstra's Algorithm

Issue no :
69

Description

Dijkstra's Algorithm is a widely used graph algorithm designed to find the shortest path from a source node to all other nodes in a weighted graph. The algorithm is particularly effective when all edge weights are non-negative.

Checklist

  • I have read and agree to abide by the Code of Conduct
  • I have read and followed the Contributing Guidelines

Copy link
Owner

@himanshu-03 himanshu-03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@himanshu-03
Copy link
Owner

Great job!
Thank you for contributing. Do give this repository a star if you feel like ✨️

@himanshu-03 himanshu-03 merged commit a2c74f8 into himanshu-03:main Oct 25, 2023
@himanshu-03 himanshu-03 added the hacktoberfest-accepted The pull request is overall hacktoberfest acceptable label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted The pull request is overall hacktoberfest acceptable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add: Bellman-Ford Algorithm add: Floyd-Warshall Algorithm add: Dijkstra's Algorithm
2 participants