LeetCode 990. Satisfiability of Equality Equations in F#
URL
https://leetcode.com/problems/satisfiability-of-equality-equations/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/0990/main.fsx
let equationsPossible (equations: string list) : bool =
let rec createGraph (eq...
syohex.hashnode.dev1 min read