csharp-graph-algorithms Graph Algorithms written in C# This is a demo of implementing some graph algorithms using C#. The library is built using dotnetcore. Algorithms implemented: Dijkstra Unweighted Shortest Path Topological Sort