LeetCode 71. Simplify Path in F#
URL
https://leetcode.com/problems/simplify-path/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/0071/main.fsx
open System
let simplyfyPath (path: string) : string =
let rec simplyfyPath' parts (acc: string list)...
syohex.hashnode.dev1 min read