Google Interview Question

Write a function in Java to multiply two large integers, given as Strings (no BigInteger).

Interview Answer

Anonymous

Aug 15, 2015

I wrote a detailed code with validation of each line (the code was written in a google doc and after I put the code into an IDE, it compiled and worked without errors). The code, it turned out, was too detailed and unnecessarily complicated.