LeetCode 880. Decoded String at Index in F#
URL
Decoded String at Index - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/problems/0880/main.fsx
open System
let decodeAtIndex (s: string) (k: int) : string =
let rec totalLength (cs: char list) (acc: int64) ...
syohex.hashnode.dev1 min read