Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
326 stars 367 forks source link

Dynamic Programming Algorithm to find largest Sub-Square matrix of all 1's in a binary matrix #1452

Closed AK3847 closed 1 year ago

AK3847 commented 1 year ago

Is your feature request related to a problem? Please describe. --> This is a very great implementation of dynamic programming as there are many overlapping sub-parts and also this type of algorithm is often asked in interviews and competitions.

Describe the solution you'd like: --> I would like to add this algorithm in Dynamic-Programming folder in C++,C,JAVA and Python

Describe alternatives you've considered:

Additional context I have a great knowledge about this topic and the algorithm so I can implement very efficiently and will also comment it properly. @Kumar-laxmi Please assign me this issue under SSOC'23. Thanks for Consideration.

Shobhitsingh-2503 commented 1 year ago

I have a nice grasp over Recursion and DP so I find myself efficient enough to implement it and will also comment it properly. @Kumar-laxmi Please assign me this issue I am interested. P.S. it would my first contribution in open source so please give me the priveeledge to contribute.

Kumar-laxmi commented 1 year ago

This repo is not for competitive programming question