We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 516f65e + 8ceea56 commit 382eb2fCopy full SHA for 382eb2f
Data Structures/Graphs/MatrixGraphs.java
@@ -80,7 +80,7 @@ public boolean edgeDoesExist(int from, int to) {
80
81
/**
82
* This method adds an edge to the graph between two specified
83
- * verticies
+ * vertices
84
*
85
* @param from the data of the vertex the edge is from
86
* @param to the data of the vertex the edge is going to
@@ -101,7 +101,7 @@ public boolean addEdge(int from, int to) {
101
102
103
* this method removes an edge from the graph between two specified
104
105
106
107
0 commit comments