...

/

Solution: Find the Town Judge

Solution: Find the Town Judge

Let's solve the Find the Town Judge problem using the Graphs pattern.

Statement

There are n people numbered from 11 to 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:

  1. The judge doesn’t trust anyone.

  2. Everyone else in the town (except the town judge) trusts the judge.

  3. 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 trust[i]=[ ...

Access this course and 1400+ top-rated courses and projects.