We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e5b82c + f79acbb commit cda4b5cCopy full SHA for cda4b5c
Data Structures/Graphs/MatrixGraphs.java
@@ -79,7 +79,7 @@ public boolean edgeDoesExist(int from, int to) {
79
}
80
81
/**
82
- * this method adds an edge to the graph between two specified
+ * This method adds an edge to the graph between two specified
83
* verticies
84
*
85
* @param from the data of the vertex the edge is from
0 commit comments