Skip to content

Commit d3a2b6b

Browse files
authored
Update README.md
1 parent 2f2bf66 commit d3a2b6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Com o objetivo de alcançar uma abrangência maior e encorajar novas pessoas a c
2929
| [Passeio do Cavalo][30] | C | C++ | Java | [Python](./src/python/passeio_do_cavalo.py) | Go | Ruby | JS | Pascal | Swift | Rust |
3030
| [Torre de Hanói][33] | [C](./src/c/TorreDeHanoi.c) | C++ | [Java](./src/java/TorreDeHanoi.java) | [Python](./src/python/torre_de_hanoi.py) | [Go](./src/go/hanoi/hanoi.go) | [Ruby](./src/ruby/Hanoi.rb) | [JS](./src/javascript/TorreDeHanoi.js) | Pascal | [Swift](./src/swift/hanoi.swift) | [Rust](./src/rust/torre_hanoi.rs) |
3131
| [Algoritmo Genético][51] | C | C++ | Java | [Python](./src/python/genetic_algorithm.py) | Go | Ruby | JS | Pascal | Swift | Rust |
32+
| [Algoritmo de Huffman][61] | C | C++ | Java | [Python](./src/python/compressao_huffman.py) | Go | Ruby | JS | Pascal | Swift | Rust |
33+
| [Algoritmo LZ77][62] | C | C++ | Java | [Python](./src/python/compressao_lz77.py) | Go | Ruby | JS | Pascal | Swift | Rust |
3234

3335
| Estruturas de Dados | C | C++ | Java | Python | Go | Ruby | JS | Pascal | Swift | Rust |
3436
| -------------------------------- | --------------------------------------- | ---- | ------------------------------------------------ | ---------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------ | ---------------------------------------------------- | ------------------------------------------ | -------------------------------------------- | ---------------------------------------------- |
@@ -180,3 +182,5 @@ Se você tem dúvida de como contribuir, dê uma olhada no arquivo [CONTRIBUTING
180182
[58]: https://play.rust-lang.org
181183
[59]: https://code.sololearn.com
182184
[60]: http://cpp.sh/
185+
[61]: https://www.ime.usp.br/~pf/estruturas-de-dados/aulas/huffman.html
186+
[62]: https://pt.wikipedia.org/wiki/LZ77

0 commit comments

Comments
 (0)