Skip to content

Actividad 02 (Búsqueda binaria)#21

Open
guillermoar26 wants to merge 3 commits intojgsogo:actividadesfrom
guillermoar26:patch-4
Open

Actividad 02 (Búsqueda binaria)#21
guillermoar26 wants to merge 3 commits intojgsogo:actividadesfrom
guillermoar26:patch-4

Conversation

@guillermoar26
Copy link
Copy Markdown

No description provided.

}

bool binary_search(vector<int> values, int value_to_find){
print_vector(values);
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yo soy muy fan del print-driven-development mientras se está desarrollando (hasta que aprendáis a depurar utilizando el IDE), pero cuando entreguéis la versión final de un ejercicio acordaros de eliminar estos print. Es un detalle, pero cuando un ejercicio está bien... sólo queda comentar estos detalles 😄

@guillermoar26 guillermoar26 changed the title Update binary_search.cpp Actividad 02 (Búsqueda binaria) Feb 28, 2021
@jgsogo jgsogo force-pushed the actividades branch 4 times, most recently from 1ab93ef to e638cb2 Compare March 21, 2021 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants