Pergunta de entrevista da empresa ADP

implement a fast integer square root func that takes 32 bit unsigned integer and returns another 32 bit unsigned integer that is the floor of the square root of the input

Resposta da entrevista

Sigiloso

13 de abr. de 2012

binary search

2