LeetCode 844. Backspace String Compare in F#
URL
Backspace String Compare - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202310/backspace_string_compare/main.fsx
let backspaceCompare (s: string) (t: string) : bool =
let rec f cs skips acc =
...
syohex.hashnode.dev1 min read