{"id":15296121,"url":"https://github.com/geovani-moc/algoritmos","last_synced_at":"2026-04-28T23:01:27.420Z","repository":{"id":230827213,"uuid":"256744544","full_name":"geovani-moc/Algoritmos","owner":"geovani-moc","description":"Exemplos de algoritmos básicos","archived":false,"fork":false,"pushed_at":"2020-11-06T17:46:46.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-01T06:15:05.176Z","etag":null,"topics":["binary-search","busca","cplusplus","dinamic-programming","fibonacci","go","golang","int-to-string","ordenacao","poo","selection-sort"],"latest_commit_sha":null,"homepage":null,"language":"Scilab","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geovani-moc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-04-18T12:10:03.000Z","updated_at":"2024-04-01T06:15:08.244Z","dependencies_parsed_at":"2024-04-01T06:15:07.452Z","dependency_job_id":"aa07b9bb-292c-4048-9964-a70a4bad5245","html_url":"https://github.com/geovani-moc/Algoritmos","commit_stats":null,"previous_names":["geovani-moc/algoritmos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovani-moc%2FAlgoritmos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovani-moc%2FAlgoritmos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovani-moc%2FAlgoritmos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovani-moc%2FAlgoritmos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geovani-moc","download_url":"https://codeload.github.com/geovani-moc/Algoritmos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245407755,"owners_count":20610232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binary-search","busca","cplusplus","dinamic-programming","fibonacci","go","golang","int-to-string","ordenacao","poo","selection-sort"],"created_at":"2024-09-30T18:09:27.861Z","updated_at":"2026-04-28T23:01:27.370Z","avatar_url":"https://github.com/geovani-moc.png","language":"Scilab","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lista de algoritmos\n\nEste repositório disponibiliza alguns algoritmos, desde básicos ate de áreas mais específicas como algoritmos de grafos e calculo numérico.\u003cbr\u003e\n(\u003cb\u003eAtenção:\u003c/b\u003e alguns algoritmos não foram totalmente testados, podem conter erros)\n\n| Algoritmo         | C/C++  |  GO  | python  | scilab  |\n|-------------------|--------|------|---------|---------|\n| Fibonacci                                   | C/C++ | [GO](/fibonacci/fibonacci.go)| python| scilab|\n| Fibonacci (com limite de chamadas)          | C/C++ | [GO](/fibonacci/fibonacci.go)| python| scilab|\n| N-Queen                                     | [C/C++](N-Queen-Problem/) | GO| python| scilab|\n| Exemplo POO(programação orientada a objeto) | [C/C++](/POO/exemploPOO.cpp) | GO| python| scilab|\n| Busca binária                               | C/C++ | [GO](buscas/buscaBinaria.go) | python| scilab|\n\n| Cálculo numérico  | C/C++  |  GO  | python  | scilab  |\n|-------------------|--------|------|---------|---------|\n| Newton                                    | C/C++ | GO | python | [scilab](calculo-numerico/Newton.sce) |\n| Runge kutta - ordem 4                     | C/C++ | GO | python | [scilab](calculo-numerico/RungeKuttaOrdem4.sce) |\n| Adams-Bashforth Moulton                   | C/C++ | GO | python | [scilab](calculo-numerico/adamsBashforthMoulton.sce) |\n| Busca de intervalos de raízes             | C/C++ | GO | python | [scilab](calculo-numerico/buscaIntervalosRaizes.sce) |\n| Decomposição de Cholesky                  | C/C++ | GO | python | [scilab](calculo-numerico/decomposicaoCholesky.sci) |\n| Deff                                      | C/C++ | GO | python | [scilab](calculo-numerico/deff.sci) |\n| Eliminação de Gauss                       | C/C++ | GO | python | [scilab](calculo-numerico/eliminacaoGauss.sci) |\n| Eliminação de Gauss com pivotamento       | C/C++ | GO | python | [scilab](calculo-numerico/eliminacaoGaussPivotamento.sci) |\n| Gauss-Seidel                              | C/C++ | GO | python | [scilab](calculo-numerico/gaussSeidel.sci) |\n| Gregory Newton                            | C/C++ | GO | python | [scilab](calculo-numerico/gregoryNewton.sce) |\n| Inversa                                   | C/C++ | GO | python | [scilab](calculo-numerico/inversa.sci) |\n| Jacobi                                    | C/C++ | GO | python | [scilab](/calculo-numerico/jacobi.sci) |\n| Lagrange                                  | C/C++ | GO | python | [scilab](calculo-numerico/lagrange.sci) |\n| Método da bisecção e trisecção            | C/C++ | GO | python | [scilab](calculo-numerico/metodo-biseccao-triseccao.sce) |\n| Plot                                      | C/C++ | GO | python | [scilab](calculo-numerico/plot.sce) |\n| Plot 3D com regressão                     | C/C++ | GO | python | [scilab](calculo-numerico/plot3dRegressao.sce) |\n| Raiz                                      | C/C++ | GO | python | [scilab](calculo-numerico/raiz.sce) |\n| Residuo e fator de correção               | C/C++ | GO | python | [scilab](calculo-numerico/residuo-fatorcorrecao.sce) |\n| Runge Kutta com fator 2                   | C/C++ | GO | python | [scilab](calculo-numerico/rungeKutta2.sce) |\n| Runge Kutta com fator 3                   | C/C++ | GO | python | [scilab](calculo-numerico/rungeKutta3.sce) |\n| Secante                                   | C/C++ | GO | python | [scilab](calculo-numerico/secante.sce) |\n\n\n## Em atualização ...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeovani-moc%2Falgoritmos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeovani-moc%2Falgoritmos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeovani-moc%2Falgoritmos/lists"}