coding-ninjas-data-structure
coding-ninjas-data-structure copied to clipboard
Hashmap assignment
IN the question "find all the pair with difference k". in the (k!=0) case in for loop when if condition is written there should be m[input[i]]--; also