From be85d744ef2fc443bb4bfcb132f9b1468500a1b8 Mon Sep 17 00:00:00 2001 From: Mahesh Kumar <72140079+mahehsblogs@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:08:09 +0530 Subject: [PATCH] contents(algo): s/disjoint/disconnected (#573) --- apps/website/contents/algorithms/graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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