Skip to content

Commit

Permalink
aulas de árvores ficaram boas hein!
Browse files Browse the repository at this point in the history
  • Loading branch information
igordsm committed Aug 14, 2024
1 parent c25c734 commit 58f5256
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions content/1-arvores-intro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Este módulo será focado na implementação e aplicação de *Árvores de Busca

- [Introdução e busca](intro/index.md)
- [Inserção](insert/index.md)
<!-- - [Balanceamento](balance/index.md)
- Remoção -->
- [Balanceamento](balance/index.md)
- [Remoção](remove/index.md)

## Para entregar

Expand Down
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ nav:
- "Alocação de memória": 0-linguagem-C/malloc.md
- "ADT em C": 0-linguagem-C/adt-c.md
- "Debug": 0-linguagem-C/debug.md
# - "1 - Árvores":
# - "Índice": 1-arvores-intro/index.md
# - "Introdução": 1-arvores-intro/intro/index.md
# - "Inserção": 1-arvores-intro/insert/index.md
# - "Balanceamento": 1-arvores-intro/balance/index.md
# - "Remoção": 1-arvores-intro/remove/index.md
- "1 - Árvores":
- "Índice": 1-arvores-intro/index.md
- "Introdução": 1-arvores-intro/intro/index.md
- "Inserção": 1-arvores-intro/insert/index.md
- "Balanceamento": 1-arvores-intro/balance/index.md
- "Remoção": 1-arvores-intro/remove/index.md
# - "2 - Grafos e Componentes":
# - "Índice": 2-grafos-componentes/index.md
# - "Introdução": 2-grafos-componentes/intro.md
Expand Down

0 comments on commit 58f5256

Please sign in to comment.