Pergunta de entrevista da empresa Meta

Multiply two big integers which don't fit into an built-in integer type. How would you represent big numbers as a data structure? Write the function to multiply two big integers.

Resposta da entrevista

Sigiloso

15 de mai. de 2012

use two arrays to represent these two numbers and multiply the arrays to get the final answer