Skip to content

Commit

Permalink
updating Project-Structure.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvojitss committed Oct 30, 2024
1 parent 5795355 commit 5e6325c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project-Structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5e6325c

Please sign in to comment.