Skip to content

Commit e9bfad8

Browse files
authored
Update README.md
1 parent e8989ee commit e9bfad8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ SubProblems :<br>
7474
3) [Minimum Initial Points to Reach Destination](/Minimum_Initial_Points_To_Reach_Destinaion.cpp).<br>
7575
4) [GoldMine Problem](/GoldMine_Problem.cpp)<br>
7676
5) [Path in a Matrix](/Max_path_sum.cpp)<br>
77+
6) [Maximal Square(Leetcode)](/maximal_square.cpp)<br>
78+
7) [Count Submatrices with all ones(Leetcode)](/count_submatrices_with_all_ones.cpp)<br>
79+
8) [Maximum Sum Submatrix](/maximum_sum_submatrix.cpp)
7780

7881
**Parent Problem** : [*Matrix Chain Multiplication*](/Matrix_Chain_Multiplication.cpp)<br>
7982

0 commit comments

Comments
 (0)