srbcheema1 / Algo_Ds

Repository for cool algorithms and Datastructures
182 stars 307 forks source link

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

Open drakcoder opened 2 years ago

drakcoder commented 2 years 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