LeetCode 1233. Remove Sub-Folders from the Filesystem in F#
URL
Remove Sub-Folders from the Filesystem - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202410/remove_sub_folders_from_the_filesystem/main.fsx
type Trie =
{ IsTerminated: bool
Table: Map<strin...
syohex.hashnode.dev1 min read