Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dijkstra Algorithm Java #140

Open
Shreya-Ghanty opened this issue Oct 25, 2024 · 1 comment
Open

Dijkstra Algorithm Java #140

Shreya-Ghanty opened this issue Oct 25, 2024 · 1 comment
Assignees
Labels
hacktoberfest2024 Hacktoberfest hacktoberfest-accepted Hacktoberfest2024

Comments

@Shreya-Ghanty
Copy link
Contributor

Hello @yesiamrajeev

The Algorithm Of Dijkstra Algorithm Dijkstra's algorithm finds the shortest paths from a source node to all other nodes in a weighted graph by continually selecting the node with the smallest tentative distance and updating the distances of its neighbors. It's widely used in routing and navigation systems.
please assign me this issue under tag hacktoberfest and hacktoberfest-accepted

Thank You,
Shreya

@yesiamrajeev
Copy link
Owner

Assigned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest2024 Hacktoberfest hacktoberfest-accepted Hacktoberfest2024
Projects
None yet
Development

No branches or pull requests

2 participants