Solution: Find the Town Judge
Let's solve the Find the Town Judge problem using the Graphs pattern.
We'll cover the following...
Statement
There are n
people numbered from n
in a town. There’s a rumor that one of these people is secretly the town judge. A town judge must meet the following conditions:
The judge doesn’t trust anyone.
Everyone else in the town (except the town judge) trusts the judge.
There is exactly one person who fulfills both the above conditions.
You are given an integer n
and a two-dimensional array, trust
, where each entry
Access this course and 1400+ top-rated courses and projects.