LeetCode 211. Design Add and Search Words Data Structure in F#
URL
https://leetcode.com/problems/design-add-and-search-words-data-structure/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/0211/main.fsx
Original problem uses mutable state. However I wrote this as immutable
type T...
syohex.hashnode.dev2 min read