LeetCode 433. Minimum Genetic Mutation in F#
URL
https://leetcode.com/problems/minimum-genetic-mutation/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/0433/main.fsx
let minMutation (start: string) (last: string) (bank: string list) : int =
let isOneMutatio...
syohex.hashnode.dev1 min read