From 87f2468c2c7d47e8e92b6a29ba91bb1c28e61b5f Mon Sep 17 00:00:00 2001 From: winetoys <34343621+winetoys@users.noreply.github.com> Date: Sun, 28 Oct 2018 21:20:35 +0530 Subject: [PATCH] remove A --- 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 96cef8113eb88d..2438c9e71febd2 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: