LeetCode 1007. Minimum Domino Rotations For Equal Row in F#
URL
https://leetcode.com/problems/minimum-domino-rotations-for-equal-row/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/1007/main.fsx
open System
let minDominoRotations (tops: int list) (bottoms: int list) : int =
...
syohex.hashnode.dev1 min read