Leetcode 3394. Check if Grid can be Cut into Sections
Posted on Tue 25 March 2025 in Leetcode • Tagged with interval-merge
Question Link : https://leetcode.com/problems/check-if-grid-can-be-cut-into-sections/
Difficulty: Medium
Premium: False
Question
You are given an integer n representing the dimensions of an n x n grid, with the origin at the bottom-left corner of the grid. You are also given a 2D array of coordinates rectangles, where rectangles[i …
Continue reading