intersection of 2 arrays can anybody explain the solution
Intersection of 2 arrays hackerblog problem
Please post link to the problem statement.
The question is self explanatory.
You just need to find the common elements of the two arrays and print them.