Question d’entretien chez Amazon

function: Divide 2 number without using divide operator

Réponses aux questions d'entretien

Utilisateur anonyme

6 déc. 2010

Subtract the smaller number from the larger number until the result is less than the smaller #. Count the iterations.

3

Utilisateur anonyme

5 déc. 2010

Right shift the number by 1 bit.