LeetCode 2661. First Completely Painted Row or Column in F#
URL
First Completely Painted Row or Column - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202501/first_completely_painted_row_or_column/main.fsx
let firstCompleteIndex (arr: int list) (mat: int[,]) : int ...
syohex.hashnode.dev1 min read