class Solution:
def uniqueOccurrences(self, arr: List[int]) -> bool:
arr.sort()
v = []
i = 0
while i < len(arr):import java.util.*;
class Solution {
public int[][] findWinners(int[][] matches) {
Set<Integer> zeroLoss = new HashSet<>();
Set<Integer> oneLoss = new HashSet<>();
Set<Integer> moreLoss = new HashSet<>();NewerOlder