Merge pull request #349 from cnuhoya/bigchoi

modify comment verticies to vertices
This commit is contained in:
Varun Upadhyay
2017-12-10 19:34:03 -08:00
committed by GitHub

View File

@ -120,7 +120,7 @@ class AdjacencyMatrixGraph {
}
/**
* this gives a list of verticies in the graph and their adjacencies
* this gives a list of vertices in the graph and their adjacencies
*
* @return returns a string describing this graph
*/