I am trying to prepare for a repetitive interview question. Given an array, find the pairs to get their sum as k. I am using python dictionary in this case instead of sorting method. The code is as follows:I am trying to prepare for a repetitive intervi