Capgemini Interview Question

Write an algorithm to convert integer to binary

Interview Answer

Anonymous

Oct 2, 2016

I wrote down the algorithm on a piece of paper, by using the logic of decimal to binary conversion in java