Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

[EN]Repository with C++ implementations of famous algorithms/ [PT-BR] Repositório com implementações em C++ de algoritmos famosos

License

Notifications You must be signed in to change notification settings

Giorox/CharliePapaPapa-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CharliePapaPapaAlgorithms

[EN]Repository with C++ implementations of famous algorithms
[PT-BR] Repositório com implementações em C++ de algoritmos famosos

[EN] Project Goal

The main goal of this repository is to have implementations of famous algorithms in the C++ language available so students, teachers, self-taught, coders, mathematicians, scientists, free-lancers and anyone else that is interested in Computer Science/Engineering.

Format and Files

All files are available in the repository in the EN and PT-BR folders, the only difference in them is the language in which the code-comments are written, apart from that, everything is exactly the same.

We are open to more translations.

Table of Contents

  • Boyer-Moore-Horspool Algorithm for text-in-text search
  • Karatsuba-Ofman Algorithm for fast big integer multiplication
  • Levenshtein Distance calculator using Dynamic Programming Techniques

[PT-BR] Objetivo do Projeto

O objetivo principal desse repositório é ter implementações de algoritmos famosos em C++ e disponibiliza-los para alunos, professores, auto-didatas, programadores, matemáticos, cientistas, free-lancers e qualquer outra pessoa que tenha interesse em Ciência/Engenharia da Computação.

Formato e Arquivos

Todos os arquivos estão disponíveis no repositório nas pastas EN e PT-BR, a única diferença é a língua na qual os comentários dentro do código estão escritos. Tirando essa única exceção, o resto é exatamente igual.

Estamos abertos para receber mais traduções.

Índice Remissivo

  • Algoritmo de Boyer-Moore-Horspool para busca em texto
  • Algoritmo de Karatsuba-Ofman para multiplicação rápida de grandes inteiros
  • Distância de Levenshtein usando Programação Dinâmica

About

[EN]Repository with C++ implementations of famous algorithms/ [PT-BR] Repositório com implementações em C++ de algoritmos famosos

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages