Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 244 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 244 Bytes

Dijkstra’s shortest path algorithm in C#

This is an example of the shortest path algorithm based on Dijkstra's algorithm written in C#. The algorithm written without any standart C# namespaces except System.IO for writing result to a file.