Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
We can use nested loops to compare every row against every column.
Another loop is necessary to compare the row and column element by element.
It is also possible to hash the arrays and compare the hashed values instead.