From 19fec8906ea1e02ed19cf6d2aad0fcdf303aa846 Mon Sep 17 00:00:00 2001 From: Mahesh Kumar <72140079+mahehsblogs@users.noreply.github.com> Date: Sun, 5 Feb 2023 23:33:29 +0530 Subject: [PATCH] Typo changed changed typo error from "disjoint graphs" to "Disconnected graphs" --- 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