contents(algo): s/disjoint/disconnected (#573)

This commit is contained in:
Mahesh Kumar
2023-02-06 06:08:09 +05:30
committed by GitHub
parent 3ec62e0fb1
commit be85d744ef

View File

@ -71,7 +71,7 @@ In algorithm interviews, graphs are commonly given in the input as 2D matrices w
- Empty graph
- Graph with one or two nodes
- Disjoint graphs
- Disconnected graphs
- Graph with cycles
## Graph search algorithms