Pregunta de entrevista de Algofusion Technologies

Binary Search and its time complexity and write a code implementing Binary Search.

Respuesta de la entrevista

Anónimo

12 abr 2024

wrote the code and explained the working of the code and also explained the time complexity behind it and what one condition is mandatory for the algorithm to work (i.e that the array should be sorted).