LeetCode 991. Broken Calculator in F#
URL
https://leetcode.com/problems/broken-calculator/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/0991/main.fsx
let brokenCalc (startValue: int) (target: int) : int =
let rec brokenCalc' startValue target count...
syohex.hashnode.dev1 min read