[LeetCode] 3394. Check if Grid can be Cut into Sections
Problem
https://leetcode.com/problems/check-if-grid-can-be-cut-into-sections/description/
Leetcode - Check if Grid can be Cut into Sections
Type - Sorting, Line sweeping, Greedy
Difficulty - Medium
Approach & Solution
The goal is to determine whether...
riveroverflow.hashnode.dev3 min read