srbcheema1 / Algo_Ds

Repository for cool algorithms and Datastructures
181 stars 305 forks source link

Added code related to graphs in golang for 2 algorithms #360

Open drakcoder opened 1 year ago

drakcoder commented 1 year ago

This actually started as an open source library for graphs by me in golang, Here is the A-start algorithm, Dijkstra's and the topological sort algorithm using Kahn's algorithm

Please do take a look at my repostory for this library ->https://github.com/drakcoder/graphlib