Topic: Two Pointer Problem / Level: beginner

Problem: Find the minimum number of swaps needed to make two arrays identical using two pointers.

Run the code to see the output here...