...

/

Challenge 3: Find Symmetric Pairs in an Array

Challenge 3: Find Symmetric Pairs in an Array

Now, you will implement the symmetry detection algorithm by using hash tables.

Problem statement

By definition, (a, b) and (c, d) are symmetric pairs if a = d and ...