From 7cfbf225664d8f71a9e5ea6af2e5fe39ecef34e7 Mon Sep 17 00:00:00 2001 From: Tarun Singh Date: Wed, 3 Oct 2018 22:39:38 +0530 Subject: [PATCH] Fixed visual typo Fixed visual typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4113f7ac..35f204e7 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ What is **ACM-ICPC Algorithms**? ACM-ICPC Algorithms is your personal offline collection of every algorithm and data structure used to solve the questions of this worldwide recognized olympiad.It provides solutions in various languages spanning C, C++, Java, Python and others. -**Table of Contents** +**Table of Contents :** * [Breadth First Search](/BFS) * [Binary Search Tree](/BST)