justcoding121/advanced-algorithms

I imagine you probably meant to test the AdjacencyList here rather than AdjacencyMatrix

TimeJunkie opened this issue · 1 comments

var graph = new Algorithms.DataStructures.Graph.AdjacencyMatrix.WeightedDiGraph<char, int>();

Yup. Fixed. Thanks