Adds Portuguese (pt-BR) translation (#340)

* create portuguese translations

* renames `Lista Ligada` to `Lista Encadeada`

* revert changes on package-lock.json
This commit is contained in:
Marcos Gonçalves
2019-04-16 16:47:04 +02:00
committed by Oleksii Trekhleb
parent 1520533d11
commit ed99f9d216
35 changed files with 1110 additions and 62 deletions

View File

@@ -1,5 +1,8 @@
# Tree
_Read this in other languages:_
[_简体中文_](README.zh-CN.md) | [_Português_](README.pt-BR.md)
* [Binary Search Tree](binary-search-tree)
* [AVL Tree](avl-tree)
* [Red-Black Tree](red-black-tree)