You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int busqueda_binaria(const int v[],/* vector donde buscar */ size_t n, /* largo del vector (dispensable) */ int objetivo, /* elemento a buscar */ size_t izq, /* franja del vector donde buscar, */ size_t der){