Question d’entretien chez 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

Réponse à la question d'entretien

Utilisateur anonyme

13 avr. 2012

binary search

2