LeetCode 1105. Filling Bookcase Shelves in F#
URL
Filling Bookcase Shelves - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202407/filling_bookcase_shelves/main.fsx
let minHeightShelves (books: (int * int) list) (shelfWidth: int) : int =
let rec mi...
syohex.hashnode.dev1 min read