Showing 1 of 1 total issue
Method FindShortestPath
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public INode[] FindShortestPath(INode @from, INode to)
{
var control = new VisitingData();
control.UpdateWeight(@from, new Weight(null, 0));