GuilhermeStracini/POC-dotnet-Dijkstra

View on GitHub

Showing 1 of 1 total issue

Method FindShortestPath has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public INode[] FindShortestPath(INode @from, INode to)
        {
            var control = new VisitingData();

            control.UpdateWeight(@from, new Weight(null, 0));
Severity: Minor
Found in Src/POCDijkstra/Dijkstra/Dijkstra.cs - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language