LeetCode 2000. Reverse Prefix of Word in F#
URL
Reverse Prefix of Word - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202404/reverse_prefix_of_word/main.fsx
open System
let reversePrefix (word: string) (ch: char) : string =
let rec reversePref...
syohex.hashnode.dev1 min read