# 2.5 Algoritmos de búsqueda

### 2.5.1 ¿Qué es un algoritmo de búsqueda?

\[...]

### 2.5.2 Búsqueda lineal

\[...]

### 2.5.3 Búsqueda binaria

\[...]

### 2.5.4 Árboles de búsqueda binarios (ABB)

\[...]

### 2.5.5 Árboles de búsqueda binarios balanceados (AVL)

\[...]

### 2.5.6 Patrones de búsqueda

\[...]

### 2.5.X Extra

{% embed url="<https://www.youtube.com/watch?v=jxJNRHwgYZU>" %}

{% embed url="<https://www.youtube.com/watch?v=ChtGRC0Dpns>" %}

{% embed url="<https://www.youtube.com/watch?v=WYbF1N4DaGk>" %}

{% embed url="<https://www.youtube.com/watch?v=zo050k-dltQ>" %}

{% embed url="<https://www.youtube.com/watch?v=Kglp2Sy5dr0>" %}

{% embed url="<https://www.youtube.com/watch?v=tIEcDiP9TqI>" %}

{% embed url="<https://www.youtube.com/watch?v=6bLKDrmnA3Q>" %}

{% embed url="<https://www.youtube.com/watch?v=DCNLva3Zs9o>" %}

### 2.5.Y Bibliografía

Referencias en español:

1. Curso Técnico Superior Universitario: Programación avanzada. [Ilerna Online](https://www.ilerna.es/es/fp-universidad/programacion-avanzada-tecnico-superior-universitario-484).
2. Grado en Ingeniería Informática. Temario: Backtraking y Hashing. [UCAM Murcia](https://online.ucam.edu/estudios/grados/informatica-a-distancia).
3. <https://es.wikipedia.org/wiki/Algoritmo_de_b%C3%BAsqueda>

Referencias en inglés:

1. <https://en.wikipedia.org/wiki/Search_algorithm>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jjpeleato.com/algoritmia/algoritmos-de-busqueda.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
