From 9685dd75b63ace96729f14558693f4f287c42a61 Mon Sep 17 00:00:00 2001 From: Tarun Singh Date: Wed, 3 Oct 2018 22:27:29 +0530 Subject: [PATCH 1/2] Capitalized the table of contents solves #306 --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a77576f6..25b8693c 100755 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ ACM-ICPC Algorithms is your personal offline collection of every algorithm and d * [Binary Search Tree](/BST) * [Backtracking](/BackTracking) * [Depth First Search](/DFS) -* [Bit manipulation](/BitManipulation) -* [Data structures](/Data%20Structures) -* [Dynamic programming](/DP) -* [Graph algorithms](/Graph) -* [Greedy algorithms](/Greedy/Kruskal’sMinimumSpanningTree) +* [Bit Manipulation](/BitManipulation) +* [Data Structures](/Data%20Structures) +* [Dynamic Programming](/DP) +* [Graph Algorithms](/Graph) +* [Greedy Algorithms](/Greedy/Kruskal’sMinimumSpanningTree) * [Hashing algorithms](/Hashing) -* [Mathematical algorithms](/Math) +* [Mathematical Algorithms](/Math) * [Network Flow](/NetworkFlow) -* [Search algorithms](/Search) -* [Sorting algorithms](/Sorting) -* [String algorithms](/String) +* [Search Algorithms](/Search) +* [Sorting Algorithms](/Sorting) +* [String Algorithms](/String) From 69f4504d4b8cf467b6164d31e68878dce11754e2 Mon Sep 17 00:00:00 2001 From: Tarun Singh Date: Wed, 3 Oct 2018 22:30:29 +0530 Subject: [PATCH 2/2] solved the typo solved the typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25b8693c..4113f7ac 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ACM-ICPC Algorithms is your personal offline collection of every algorithm and d * [Dynamic Programming](/DP) * [Graph Algorithms](/Graph) * [Greedy Algorithms](/Greedy/Kruskal’sMinimumSpanningTree) -* [Hashing algorithms](/Hashing) +* [Hashing Algorithms](/Hashing) * [Mathematical Algorithms](/Math) * [Network Flow](/NetworkFlow) * [Search Algorithms](/Search)