Empleador activo
Compute square root of a integer, without using the built-in sqrt method.
Anónimo
Use binary search
Either the sqrt method as suggested, with special handling of numbers less than 1, or use exp(0.5 * log(x))
Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.
Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.