diff --git a/apps/website/contents/algorithms/graph.md b/apps/website/contents/algorithms/graph.md index d496e5a1..e660d4a7 100644 --- a/apps/website/contents/algorithms/graph.md +++ b/apps/website/contents/algorithms/graph.md @@ -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