Hypercube's LeetCode Weekly Contest 51

  • Rank: 197 / 2879
  • Score: 18 / 26
  • Finish Time: 01:15:53

The testcases of the third problem in this contest are wrong, one of which is [[2,3], [5,2], [1,5], [4,2], [4,1]] and the expected answer is [4,1]. It seems that they forgot “each element pair [u, v] represents that v is a child of u in the tree.”