Microsoft Interview Question

Sort binary array with all zero first. Use only single pass. Write C# code on windows live meeting.

Interview Answer

Anonymous

Dec 27, 2009

Find out all # of zeros in array and rewrite array in one pass.