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 b = c
. In this problem, you have to implement the string findSymmetric(int [,]arr,
...
Access this course and 1400+ top-rated courses and projects.