LeetCode 799. Champagne Tower in F#
URL
https://leetcode.com/problems/champagne-tower/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/0799/main.fsx
let champagneTower (poured: int) (queryRow: int) (queryGlass: int) : double =
let glasses = Array2D....
syohex.hashnode.dev1 min read