Use of cached adjacency matrix in all algorithms #356
Labels
core
something about core
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
hacktoberfest issue
performance
Performance issue
Priority:High
Priority Label for high priority issue
Since we now have a
cachedAdjacencyMatrix
member, wouldn't it be better to use it in all the algorithms, instead of calling thegetAdjMatrix
method? I think that in some applications this would save a lot of time, especially for very large graphs.The text was updated successfully, but these errors were encountered: