AlgoGenesis / C

AlgoGenesis is a centralized open-source platform dedicated to providing optimized and well-documented algorithm implementations in C. Perfect for both beginners and advanced users, this repository serves as a comprehensive learning resource for solving algorithmic challenges.
MIT License
45 stars 145 forks source link

[NEW ALGORITHM] DIJKSTRA ALGORITHM in Greedy Algorithms Folder #527

Open shivisingh25 opened 1 day ago

shivisingh25 commented 1 day ago

Name: DIJKSTRA ALGORITHM

About:
This algorithm is for Single Source Shortest Path Problem.In this,we have to find a shortest path from starting vertex to all other vertices in a weighted graph.This algorithm gives a procedure for getting an optimal solution.It can work on directed as well as non-directed graph.

Labels:
new algorithm, gssoc-ext, hacktoberfest, level1

Assignees:

github-actions[bot] commented 1 day ago

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

shivisingh25 commented 5 hours ago

@pankaj-bind , could you please assign this issue to me so I can begin working on it? Looking forward to contributing!