Kemsekov / GraphSharp

GraphSharp is a tool to study and use knowledge of graph theory in C#!
MIT License
38 stars 5 forks source link

Add algorithm that find min path between two nodes #27

Closed Kemsekov closed 2 years ago

Kemsekov commented 2 years ago

This algorith is called dijkstra algorithm and it finding min paths to all nodes. It is currently implemented in https://github.com/Kemsekov/GraphSharp.Samples/tree/main/samples/Dijkstra's%20algorithm. For a sake of sanity I will implement algorithms separate from this repository and create nuget module for this project with algorithms.