Pregunta de entrevista de think-cell

Implement a template function performing binary search with a minimal number of comparisons

Respuesta de la entrevista

Anónimo

13 sep 2016

do a single comparison every iteration

3