Graph-Visualization / graph-api

Backend containing all the algorithms of graphs
http://graph-apiv1.herokuapp.com
3 stars 8 forks source link

Implement Single Source Shortest Path #10

Open yashrsharma44 opened 3 years ago

yashrsharma44 commented 3 years ago

Implement Algorithms for -

SSSP on unweighted graph SSSP on weighted graph SSSP on Graph with negative weight cycle

More Info - https://en.wikipedia.org/wiki/Shortest_path_problem#Single-source_shortest_paths Ping @Biswajitghosh98 for more details about the individual algorithms