DevAffan / AffiCodes-Hacktoberfest2024

Make your first Pull Request for Hacktoberfest 2024! Don’t forget to spread the love, and if you find it helpful, consider giving us a ⭐️. This repository includes useful algorithms and code to help beginners, featuring multiple languages and ideas. You’ll also find some beginner-friendly mini projects to get you started!
38 stars 245 forks source link

Maximum Rectangle Area with all 1's C++ #195

Open Tanishka534 opened 2 weeks ago

Tanishka534 commented 2 weeks ago

Problem Statement: Given a row X cols binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and return its area.

Tanishka534 commented 2 weeks ago

Please assign this issue to me

rahul-chakradhari commented 2 weeks ago

@DevAffan Please assing this isse to me i will solve this question with proper diagramatic view , comments and intution behind the logic will solve as soon as possible

DevAffan commented 2 weeks ago

Hi Devs, you can collaborate and solve this or suggest any new logic with your own methods. thank you