LeetCode 2073. Time Needed to Buy Tickets in F#
URL
Time Needed to Buy Tickets - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202404/time_needed_to_buy_tickets/main.fsx
let timeRequiredToBuy (tickets: int list) (k: int) : int =
let rec timeRequired...
syohex.hashnode.dev1 min read