LeetCode 2864. Maximum Odd Binary Number in F#
URL
https://leetcode.com/problems/maximum-odd-binary-number/description/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challenge/202402/maximum_odd_binary_number/main.fsx
let maximumOddBinaryNumber (s: string) : string =
...
syohex.hashnode.dev1 min read