# hello world

Esse é meu gitbook sobre Estruturas de Dados e Algoritmos. A ideia é que eu junte informações aqui de modo que as pessoas que utilizarem ele consigam facilmente entender os conteúdos.&#x20;

A ideia é também trazer esses conteúdos pra perto da realidade – muitas vezes vemos algoritmos e estruturas de dados de forma isolada, ou como exercícios do Leetcode. Porém, muitos desses algoritmos e estruturas de dados são usados na vida real.&#x20;

Obs: eu estou escrevendo esse Gitbook conforme eu vou estudando. Inicialmente ele não estará completamente estruturado.&#x20;

## Referências

\[1] <https://jeffe.cs.illinois.edu/teaching/algorithms/>

\[2] <http://opendatastructures.org/ods-python/>

\[3] <https://github.com/tayllan/awesome-algorithms>

\[4] <https://donsheehy.github.io/datastructures/fullbook.pdf>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://dsa.retpolanne.com/hello-world.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.
