added translation (#27606)
* added translation * fix: changed c++ to cpp
This commit is contained in:
committed by
Randell Dawson
parent
80d63bd169
commit
9728ca0651
@ -209,7 +209,7 @@ def binary_search(arr, l, r, target):
|
||||
### Ejemplo en C ++
|
||||
|
||||
```cpp
|
||||
// Binary Search using iteration
|
||||
// Búsqueda binaria usando iteración
|
||||
int binary_search(int arr[], int beg, int end, int num)
|
||||
{
|
||||
while(beg <= end){
|
||||
|
Reference in New Issue
Block a user