Frage im Vorstellungsgespräch bei Microsoft

For a given number, write an algorithm that can find its square root.

Antwort im Vorstellungsgespräch

Anonym

21. Okt. 2017

There is a O(log n) solution that uses binary search method