Problem statement is to find the repeating and the missing element in an array using map.
Input: arr[] = {3, 1, 3} Output: Missing = 2, Repeating = 3 Explanation: In the