From fc6e726860e1a22f980dabcfbb36a6400c3f5ecc Mon Sep 17 00:00:00 2001 From: Ashish Bhanu Daulatabad Date: Sat, 6 Mar 2021 23:07:03 +0530 Subject: [PATCH] Spelling Mistakes --- DIRECTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DIRECTORY.md b/DIRECTORY.md index ba57082b2..8a7c1b868 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -56,7 +56,7 @@ ## Dynamic Programming * [0 1 Knapsack](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/dynamic_programming/0_1_knapsack.cpp) - * [Abbreviation] (https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/dynamic_programming/abbreviation.cpp) + * [Abbreviation](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/dynamic_programming/abbreviation.cpp) * [Armstrong Number](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/dynamic_programming/armstrong_number.cpp) * [Bellman Ford](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/dynamic_programming/bellman_ford.cpp) * [Catalan Numbers](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/dynamic_programming/catalan_numbers.cpp)