mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-07 01:35:16 +08:00
changed t to T
This commit is contained in:
@ -79,7 +79,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
|
* verticies
|
||||||
*
|
*
|
||||||
* @param from the data of the vertex the edge is from
|
* @param from the data of the vertex the edge is from
|
||||||
|
Reference in New Issue
Block a user