Skip to content

🧮 Algoritmos e estruturas de dados em diferentes linguagens de programação

License

Notifications You must be signed in to change notification settings

vidhan63-soe/translate-copy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮Algorithms and data structures

This repository provides several classic algorithms and data structures in Computer Science, as well as some extra problems that are frequently encountered in programming challenges.

With the aim of achieving greater coverage and encouraging more people to contribute to the project, the algorithms are available in the following languages: C, C++, Java, Python, Go, Ruby, Javascript, Swift, Rust, Scala and Kotlin.

Algoritmo
Dijkstra Algorithm
Floyd Warshall Algorithm
Binary Search
Graph Search
Sequential Search
Recursive Sequential Search
Search using Sentinel
Interpolation Search
Traveling salesman
Hamiltonian Cycle
Related Components
Exponentiation
Recursive Exponentiation
Factorial
Recursive Factorial
Fibonacci
Maximum Recursive
Iterative Min and Max
Recursive Min and Max
Min and Max D&C
Horse Ride
Tower of Hanoi
Algoritmo Genético
Huffman algorithm
LZ77 Algorithm
Data Structures
Árvore Binária
Árvore Binária de Busca
Deque
Fila
Fila Encadeada Dinâmica
Grafo
Lista Circular Ligada
Lista Encadeada
Lista Duplamente Encadeada
Lista Ligada Não Ordenada
Lista Sequencial Ordenada
Pilha
Pilha Ligada Dinâmica
Hash Table
Algoritmo de Ordenação
Bogo Sort
Bubble Sort
Bucket Sort
Cocktail Sort
Comb Sort
Counting Sort
Gnome Sort
Heapsort
Insertion Sort
Merge Sort
Quicksort
Radix Sort
Selection Sort
Shell Sort
Timsort
Extra
Lista com 2 Pilhas
Soma de 2 Números
Palíndromo
Calculo do PI (Leibniz)
Busca em Labirinto

🧑‍💻 Contribuindo

Feel free to contribute to the project, all contributions are welcome. 😁

If you have questions about how to contribute, take a look at the file CONTRIBUTING.

About

🧮 Algoritmos e estruturas de dados em diferentes linguagens de programação

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 24.7%
  • C 20.4%
  • JavaScript 11.2%
  • Java 9.5%
  • Rust 9.1%
  • Go 7.9%
  • Other 17.2%