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

pull/574/head
Mahesh Kumar 2 years ago committed by GitHub
parent 3ec62e0fb1
commit be85d744ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save