LeetCode 823. Binary Trees With Factors in F#
URL
Binary Trees With Factors - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202310/binary_trees_with_factors/main.fsx
let numFactoredBinaryTrees (arr: int[]) : int =
let modulo = 1_000_000_007L
...
syohex.hashnode.dev1 min read