mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-07 09:45:04 +08:00
verticies to vertices
This commit is contained in:
@ -80,7 +80,7 @@ class AdjacencyMatrixGraph {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This method adds an edge to the graph between two specified
|
* 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 from the data of the vertex the edge is from
|
||||||
* @param to the data of the vertex the edge is going to
|
* @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
|
* 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 from the data of the vertex the edge is from
|
||||||
* @param to the data of the vertex the edge is going to
|
* @param to the data of the vertex the edge is going to
|
||||||
|
Reference in New Issue
Block a user