LeetCode 844. Backspace String Compare in F#
URL
https://leetcode.com/problems/backspace-string-compare/
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/problems/0844/main.fsx
let backspaceCompare (s: string) (t: string) : bool =
let rec build (cs: char list) (acc: c...
syohex.hashnode.dev1 min read