1128. Number of Equivalent Domino Pairs
1128. Number of Equivalent Domino PairsDifficulty: EasyTopics: Array, Hash Table, CountingGiven a list of dominoes, dominoes[i] = [a, b] is equivalent to dominoes[j] = [c, d] if and only if either (a ...