verticies to vertices

This commit is contained in:
JeonSeongBae 2017-12-06 13:17:56 +09:00
parent 3bfca30e40
commit 8ceea5609d

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