# 10.11.2025
[3542. Minimum Operations to Convert All Elements to Zero](https://leetcode.com/problems/minimum-operations-to-convert-all-elements-to-zero/description) medium
Min ops to zeros by making min of subarrays 0 #medium #monotonic_stack
[3542. Minimum Operations to Convert All Elements to Zero](https://leetcode.com/problems/minimum-operations-to-convert-all-elements-to-zero/description) medium
Min ops to zeros by making min of subarrays 0 #medium #monotonic_stack
👍1
# 11.11.2025
[474. Ones and Zeroes](https://leetcode.com/problems/ones-and-zeroes/description) medium
Longest subsequence (ones,zeros) at most (m,n) #medium #dp
[474. Ones and Zeroes](https://leetcode.com/problems/ones-and-zeroes/description) medium
Longest subsequence (ones,zeros) at most (m,n) #medium #dp
👍1
# 12.11.2025
[2654. Minimum Number of Operations to Make All Array Elements Equal to 1](https://leetcode.com/problems/minimum-number-of-operations-to-make-all-array-elements-equal-to-1/description) medium
Min steps to make all '1' by gcd #medium
[2654. Minimum Number of Operations to Make All Array Elements Equal to 1](https://leetcode.com/problems/minimum-number-of-operations-to-make-all-array-elements-equal-to-1/description) medium
Min steps to make all '1' by gcd #medium
👍1
# 13.11.2025
[3228. Maximum Number of Operations to Move Ones to the End](https://leetcode.com/problems/maximum-number-of-operations-to-move-ones-to-the-end/description/) medium
Max steps to move all ones to the right #medium
[3228. Maximum Number of Operations to Move Ones to the End](https://leetcode.com/problems/maximum-number-of-operations-to-move-ones-to-the-end/description/) medium
Max steps to move all ones to the right #medium
👍1
# 14.11.2025
[2536. Increment Submatrices by One](https://leetcode.com/problems/increment-submatrices-by-one/description) medium
Increase matrix by query of rectangles of ones #medium #linesweep
[2536. Increment Submatrices by One](https://leetcode.com/problems/increment-submatrices-by-one/description) medium
Increase matrix by query of rectangles of ones #medium #linesweep