Skip to content
Permalink
Browse files

Update README.pt-BR.md (#490)

Traduzido Trie > Árvore de prefixos
  • Loading branch information
alrtas committed Jul 15, 2020
1 parent b3b8d4d commit d43f9d894131b1d2f5583d584232fb5c5899a9d4
Showing with 1 addition and 1 deletion.
  1. +1 −1 README.pt-BR.md
@@ -36,7 +36,7 @@ os dados.
* `B` [Tabela de Hash (Hash Table)](src/data-structures/hash-table/README.pt-BR.md)
* `B` [Heap](src/data-structures/heap/README.pt-BR.md)
* `B` [Fila de Prioridade (Priority Queue)](src/data-structures/priority-queue/README.pt-BR.md)
* `A` [Trie](src/data-structures/trie/README.pt-BR.md)
* `A` [Árvore de prefixos (Trie)](src/data-structures/trie/README.pt-BR.md)
* `A` [Árvore (Tree)](src/data-structures/tree/README.pt-BR.md)
* `A` [Árvore de Pesquisa Binária (Binary Search Tree)](src/data-structures/tree/binary-search-tree/README.pt-BR.md)
* `A` [Árvore AVL (AVL Tree)](src/data-structures/tree/avl-tree/README.pt-BR.md)

0 comments on commit d43f9d8

Please sign in to comment.
You can’t perform that action at this time.