You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem does not take into account the edge case of n = 1 with an empty trust array. A solution which ignores this edge case works on NeetCode but fails on LeetCode.
Bug Report for https://neetcode.io/problems/find-the-town-judge
Problem does not take into account the edge case of n = 1 with an empty trust array. A solution which ignores this edge case works on NeetCode but fails on LeetCode.