File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Com o objetivo de alcançar uma abrangência maior e encorajar novas pessoas a c
25
25
| [ Máximo Recursivo] [ 26 ] | [ C/C++] ( ./src/c/MaxRecursivo.c ) | Java | Python | Go | Ruby | [ JS] ( ./src/javascript/MaxRecursive.js ) | Pascal | Swift | Rust |
26
26
| [ Mín. e Máx. Iterativo] [ 27 ] | C/C++ | [ Java] ( ./src/java/MaxMinArray.java ) | [ Python] ( ./src/python/min_max_iterativo.py ) | Go | Ruby | [ JS] ( ./src/javascript/IterativeMinAndMax.js ) | Pascal | Swift | Rust |
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
- | Mín. e Máx. Divisão e Conquista | C/C++ | Java | [ Python] ( ./src/python/maximo_recursivo_dc.py ) | [ Go] ( ./src/go/maximominimo/MaximoMinimo.go ) | Ruby | JS | Pascal | Swift | Rust |
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
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 |
31
31
| [ Algoritmo Genético] [ 51 ] | C/C++ | Java | [ Python] ( ./src/python/genetic_algorithm.py ) | Go | Ruby | JS | Pascal | Swift | Rust |
You can’t perform that action at this time.
0 commit comments