LeetCode 520. Detect Capital in F#
URL
https://leetcode.com/problems/detect-capital/description/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challenge/202301/detect_capital/main.fsx
open System
let detectCapitalUse (word: string) : bool =
let cs = word...
syohex.hashnode.dev1 min read