Akshay Gidwani
Results
2
issues of
Akshay Gidwani
Implement Kadane's algorithm in Java Please read the contributing guidelines in [CONTRIBUTING.md](https://github.com/deutranium/Algorithms/blob/master/CONTRIBUTING.md) Languages claimed/implemented: - [x] C - [x] C++ - [x] Java - [x] Python - [x] Javascript -...
good first issue
hacktoberfest
algorithm
Given a binary matrix, find out the maximum size square sub-matrix with all 1s. For example, consider the below 6x5 binary matrix: {0, 1, 1, 0, 1} {1, 1, 0,...