From 5e6325cbcffcc9efdce82a4644eed55dcb4c1adf Mon Sep 17 00:00:00 2001 From: shuvojitss Date: Wed, 30 Oct 2024 12:57:35 +0000 Subject: [PATCH] updating Project-Structure.md --- Project-Structure.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Project-Structure.md b/Project-Structure.md index ceaf368a33..0bd124ce07 100644 --- a/Project-Structure.md +++ b/Project-Structure.md @@ -44,6 +44,7 @@ * Branch And Bound * [8 Puzzle](Algorithms_and_Data_Structures/Design_and_Analysis_of_Algorithms/Branch_and_Bound/8_puzzle.py) * Divide And Conquer + * [Strassen'S Matrix Multiplication](Algorithms_and_Data_Structures/Design_and_Analysis_of_Algorithms/Divide_and_Conquer/Strassen's_Matrix_Multiplication.py) * [Binary Search](Algorithms_and_Data_Structures/Design_and_Analysis_of_Algorithms/Divide_and_Conquer/binary_search.py) * [Merge Sort](Algorithms_and_Data_Structures/Design_and_Analysis_of_Algorithms/Divide_and_Conquer/merge_sort.py) * [Min Max](Algorithms_and_Data_Structures/Design_and_Analysis_of_Algorithms/Divide_and_Conquer/min_max.py)