Tags: #code #example
http://www.techiedelight.com/find-pairs-given-difference-k-array-constant-space-solution/
http://www.techiedelight.com/find-pairs-given-difference-k-array-constant-space-solution/
Techie Delight
Find pairs with difference `k` in an array | Constant Space Solution | Techie Delight
Given an unsorted integer array, find all pairs with a given difference `k` in it without using any extra space.