Merge pull request #342 from JeonSeongBae/JeonSeongBae

verticies to vertices
This commit is contained in:
Varun Upadhyay 2017-12-08 11:22:38 -08:00 committed by GitHub
commit 382eb2ff43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ class AdjacencyMatrixGraph {
/**
* This method adds an edge to the graph between two specified
* verticies
* vertices
*
* @param from the data of the vertex the edge is from
* @param to the data of the vertex the edge is going to
@ -101,7 +101,7 @@ class AdjacencyMatrixGraph {
/**
* this method removes an edge from the graph between two specified
* verticies
* vertices
*
* @param from the data of the vertex the edge is from
* @param to the data of the vertex the edge is going to