Skip to content

Commit be85d74

Browse files
authored
contents(algo): s/disjoint/disconnected (#573)
1 parent 3ec62e0 commit be85d74

File tree

1 file changed

+1
-1
lines changed
  • apps/website/contents/algorithms

1 file changed

+1
-1
lines changed

apps/website/contents/algorithms/graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In algorithm interviews, graphs are commonly given in the input as 2D matrices w
7171

7272
- Empty graph
7373
- Graph with one or two nodes
74-
- Disjoint graphs
74+
- Disconnected graphs
7575
- Graph with cycles
7676

7777
## Graph search algorithms

0 commit comments

Comments
 (0)