Pergunta de entrevista da empresa Viasat

Convert an int to a binary string

Resposta da entrevista

Sigiloso

11 de out. de 2017

To calculate the number of bits you need you can use log2(int)

1