matiii/Dijkstra.NET

Define depth in Dijkstra algorithm.

matiii opened this issue · 1 comments

At present depth of path is infinite. To define the shortest path worth it is to define not only sum of weights but number of paths also.