Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8ceea56

Browse files
committed
verticies to vertices
1 parent3bfca30 commit8ceea56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Data Structures/Graphs/MatrixGraphs.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public boolean edgeDoesExist(int from, int to) {
8080

8181
/**
8282
* This method adds an edge to the graph between two specified
83-
*verticies
83+
*vertices
8484
*
8585
* @param from the data of the vertex the edge is from
8686
* @param to the data of the vertex the edge is going to
@@ -101,7 +101,7 @@ public boolean addEdge(int from, int to) {
101101

102102
/**
103103
* this method removes an edge from the graph between two specified
104-
*verticies
104+
*vertices
105105
*
106106
* @param from the data of the vertex the edge is from
107107
* @param to the data of the vertex the edge is going to

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp