📘
algorithmStudy
Ctrlk
  • Algorithm and Data Structure
  • Data structures
  • Binary Search
  • Linked List
  • String
  • Array
  • BFS
  • Tree
  • DFS
  • DP
    • IV.Subsequence Problems
    • II. Cutting Problems
    • II. Binary Matrix Problems
      • 2.5 Largest submatrix sum
      • 2.4 Largest 1-bordered square
      • 2.3 Largest X of 1s
      • 2.2 Longest Cross of 1s in binary matrix
      • 2.1 Largest Square of 1s in binary matrix
    • I. Array/Subarray Problems
Powered by GitBook
On this page

Was this helpful?

  1. DP

II. Binary Matrix Problems

2.5 Largest submatrix sum2.4 Largest 1-bordered square2.3 Largest X of 1s2.2 Longest Cross of 1s in binary matrix2.1 Largest Square of 1s in binary matrix
PreviousII. Cutting ProblemsNext2.5 Largest submatrix sum

Last updated 4 years ago

Was this helpful?