LeetCode 3394. Check if Grid can be Cut into Sections in F#
URL
Check if Grid can be Cut into Sections - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202503/check_if_grid_can_be_cut_into_sections/main.fsx
let f (rectangles: int[] list) index =
let rec f' (rect...
syohex.hashnode.dev1 min read