LeetCode 997. Find the Town Judge in F#
URL
Find the Town Judge - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202402/find_the_town_judge/main.fsx
let findJudge (n: int) (trust: (int * int) list) : int =
let trustees, trusters =
tru...
syohex.hashnode.dev1 min read