Skip to content

Commit

Permalink
Sequential Search.
Browse files Browse the repository at this point in the history
  • Loading branch information
OverCV committed Jul 27, 2024
1 parent 1bfc2b0 commit 7b7c483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/temas/uno/fastapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ Se manejará la siguiente entrada de datos:
<img src='../../_static/images/tema_01/requesting.png' style='border-radius: 1rem;'/>

```python

def sequential_search(dto: SolicitudBusqueda) -> RespuestaBusqueda:
indice_sin_encontrar: int = -1
for indice, entero in enumerate(dto.arreglo): # (idx, elem) <- enumerate(colection)
Expand Down

0 comments on commit 7b7c483

Please sign in to comment.