pranjay-poddar / Dev-Geeks

open source project
https://devgeeks-os.netlify.app/repository_web_page/
MIT License
595 stars 836 forks source link

Dijkstra's algorithm #5174

Open atumat opened 10 months ago

atumat commented 10 months ago

Describe the project you want to add with tech stack Dijkstra's algorithm is an algorithm for finding the shortest paths between nodes in a weighted graph. Tech Stack : C

Expected behavior

A graph and source vertex are requirements for Dijkstra's Algorithm. This Algorithm is established on Greedy Approach and thus finds the locally optimal choice (local minima in this case) at each step of the Algorithm.

atumat commented 10 months ago

@pranjay-poddar @MohitGupta121 @TusharKesarwani please assign me this issue.

atumat commented 10 months ago

@pranjay-poddar Please assign me this issue. Thanks