given the n-digit decimal representation of a number, converting it into binary in the natural way takes o(n 2 ) steps. give a divide and conquer algorithm to do the conversion and show that it does not take much more time than karatsuba’s algorithm for integer multiplication.