Jonghan's learning path

Today I Learned as a developer

Recent posts

Leetcode problem 120 - Subrectangle Queries

2 minute read

Implement the class SubrectangleQueries which receives a rows x cols rectangle as a matrix of integers in the constructor and supports two methods:

Leetcode problem 118 - Row With Maximum Ones

2 minute read

Given a m x n binary matrix mat, find the 0-indexed position of the row that contains the maximum count of ones, and the number of ones in that row.