File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Com o objetivo de alcançar uma abrangência maior e encorajar novas pessoas a c
13
13
| [ Busca Sequencial] [ 7 ] | [ C/C++] ( ./src/c/BuscaSequencial.c ) | Java | [ Python] ( ./src/python/busca_sequencial.py ) | Go | [ Ruby] ( ./src/ruby/BuscaSequencial.rb ) | [ JS] ( ./src/javascript/BuscaLinear.js ) | Pascal | Swift | Rust |
14
14
| [ Busca Sequencial Recursiva] [ 8 ] | [ C/C++] ( ./src/c/BuscaSequencialRecursiva.c ) | Java | [ Python] ( ./src/python/busca_sequencial_recursiva.py ) | Go | [ Ruby] ( src/ruby/Busca_Sequencial_Recursiva.rb ) | [ JS] ( ./src/javascript/RecursiveLinearSearch.js ) | Pascal | Swift | Rust |
15
15
| [ Busca utilizando Sentinela] [ 9 ] | [ C/C++] ( ./src/c/BuscaSentinela.c ) | Java | [ Python] ( ./src/python/busca_sentinela.py ) | Go | [ Ruby] ( ./src/ruby/BuscaSentinela.rb ) | JS | Pascal | Swift | Rust |
16
- | [ Busca por Interpolação] [ 55 ] | [ C/C++] ( ./src/c/Interpolation_search.cpp ) | Java | Python | Go | Ruby | JS | Pascal | Swift | Rust |
16
+ | [ Busca por Interpolação] [ 55 ] | [ C/C++] ( ./src/c/Interpolation_search.cpp ) | Java | [ Python] ( ./src/python/interpolation_search.py ) | Go | Ruby | JS | Pascal | Swift | Rust |
17
17
| [ Caixeiro Viajante] [ 10 ] | [ C/C++] ( ./src/c/CaixeiroViajante.c ) | Java | Python | [ Go] ( ./src/go/caixeiroviajante/caixeiroviajante.go ) | Ruby | JS | Pascal | Swift | Rust |
18
18
| [ Ciclo Hamiltoniano] [ 11 ] | [ C/C++] ( ./src/c/CicloHamiltoniano.c ) | Java | Python | Go | Ruby | JS | Pascal | Swift | Rust |
19
19
| [ Componentes Conexos] [ 12 ] | [ C/C++] ( ./src/c/ComponentesConexos.c ) | Java | Python | Go | Ruby | JS | Pascal | Swift | Rust |
You can’t perform that action at this time.
0 commit comments