LeetCode 1726. Tuple with Same Product in F#
URL
Tuple with Same Product - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202502/tuple_with_same_product/main.fsx
let tupleSameProduct (nums: int list) : int =
let rec productHash nums acc =
...
syohex.hashnode.dev1 min read