Pergunta de entrevista da empresa Meta

Add two binary numbers represents in strings, those could be large values.

Respostas da entrevista

Sigiloso

27 de nov. de 2012

I tried using iterate through the bigger one and calculate the sum, it works fine but I didn't qualify. May be they need something else, they didn't give me any answer too.

Sigiloso

29 de dez. de 2014

since it is a string which may indicates big integer, how do u use bit operation

Sigiloso

5 de jan. de 2013

You need to do it using bit operations like xor, &, |.