mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-04 23:43:51 +08:00
contents(algo): s/disjoint/disconnected (#573)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user