Solving 1920: how to store 2 numbers in 1
Check out the problem here.
The first and obvious solution to this problem is even in the question: ans[i] = nums[nums[i]]. You loop over the nums array and in each iteration, you just put whatever nu
fortunatus-notes.hashnode.dev10 min read