Bloomberg Interview Question

Find a pair of interger, whose sum is 11 from an unsorted array, with N complexcity

Interview Answer

Anonymous

Jun 30, 2012

I donot know if there is any algorithim with N complexcity without using any additional memory.