Skip to content

Commit 382eb2f

Browse files
authored
Merge pull request TheAlgorithms#342 from JeonSeongBae/JeonSeongBae
verticies to vertices
2 parents 516f65e + 8ceea56 commit 382eb2f

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy