From 861e89bcacd7f739c1a5eeaf6c7409a2df1741ff Mon Sep 17 00:00:00 2001 From: winetoys <34343621+winetoys@users.noreply.github.com> Date: Mon, 1 Apr 2019 23:34:41 +0530 Subject: [PATCH] remove A (#31157) --- guide/english/algorithms/graph-algorithms/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/algorithms/graph-algorithms/index.md b/guide/english/algorithms/graph-algorithms/index.md index 08a78f892a..fbc555d61e 100644 --- a/guide/english/algorithms/graph-algorithms/index.md +++ b/guide/english/algorithms/graph-algorithms/index.md @@ -9,7 +9,7 @@ Some algorithms are used to find a specific node or the path between two given n ### Why Graph Algorithms are Important -A graphs are very useful data structures which can be to model various problems. These algorithms have direct applications on Social Networking sites, State Machine modeling and many more. +Graphs are very useful data structures which can be to model various problems. These algorithms have direct applications on Social Networking sites, State Machine modeling and many more. ### Some Common Graph Algorithms Some of the most common graph algorithms are: