Skip to content

Commit 03c6893

Browse files
authored
Update graphs.md
1 parent 882e7b3 commit 03c6893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/graphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ This list reflects the same graph as our matrix example. Vertex A's neighbors, f
113113
- Edge existence checks can take up to $O(V)$ time in the worst case.
114114
- Potentially consumes more space for dense graphs.
115115

116-
In practice, the choice between these (and other) representations often hinges on the graph's characteristics and the specific tasks or operations envisioned.
116+
In practice, the choice between these (and other) representations often depends on the graph's characteristics and the specific tasks or operations envisioned.
117117

118118
### Planarity
119119

0 commit comments

Comments
 (0)