You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Com o objetivo de alcançar uma abrangência maior e encorajar novas pessoas a c
27
27
|[Mín. e Máx. Recursivo][28]|[C/C++](./src/c/MaxMinRecursivo.c)| Java |[Python](./src/python/maximo_minimo_recursivo.py)|[Go](./src/go/maximominimo/MaximoMinimo.go)| Ruby |[JS](./src/javascript/RecursiveMinAndMax.js)| Pascal | Swift | Rust |
28
28
| Mín. e Máx. D&C | C/C++ | Java |[Python](./src/python/maximo_recursivo_dc.py)|[Go](./src/go/maximominimo/MaximoMinimo.go)| Ruby | JS | Pascal | Swift | Rust |
29
29
|[Passeio do Cavalo][30]| C/C++ | Java |[Python](./src/python/passeio_do_cavalo.py)| Go | Ruby | JS | Pascal | Swift | Rust |
30
-
|[Torre de Hanói][33]| 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 | Rust |
30
+
|[Torre de Hanói][33]| 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 |[Rust](./src/rust/torre_hanoi.rs)|
31
31
|[Algoritmo Genético][51]| C/C++ | Java |[Python](./src/python/genetic_algorithm.py)| Go | Ruby | JS | Pascal | Swift | Rust |
32
32
33
33
| Estruturas de Dados | C/C++ | Java | Python | Go | Ruby | JS | Pascal | Swift | Rust |
0 commit comments