eric-vantunes / Algoritmos-e-Estruturas-de-Dados

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧮 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.

In order to achieve greater coverage and encourage 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.

Algorithms
Dijkstra's Algorithm
Floyd–Warshall Algorithm
Binary Search
Graph Search
Linear Search
Recursive Linear Search
Sentinel Linear Search
Interpolation Search
Travelling Salesman
Hamiltonian Cycle
Connected Components
Exponentiation
Recursive Exponentiation
Factorial
Recursive Factorial
Fibonacci
Recursive Max
Iterative Min and Max
Recursive Min and Max
D&C Min and Max
Knight's Tour
Tower of Hanoi
Genetic Algorithm
Huffman's Algorithm
LZ77 Algorithm
Data Structures
Binary Tree
Binary Search Tree
Double-ended Queue
Queue
Dynamic Queue
Graph
Circular Linked List
Singly Linked List
Doubly Linked List
Unordered Linked List
Sorted Linked List
Stack
Dynamic Stack
Hash Table
Sorting Algorithms
Bogosort
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
Queue using Stacks
Two-Sum Problem
Palindrome
Leibniz Formula for Pi
Maze-Solving Algorithm
Isogram

🍻 Contributing

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

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

About

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

License:MIT License


Languages

Language:Python 23.2%Language:C 19.5%Language:Rust 10.4%Language:JavaScript 10.3%Language:Go 9.1%Language:Java 8.5%Language:Ruby 5.9%Language:C++ 5.5%Language:Swift 2.7%Language:Pascal 2.4%Language:Scala 2.0%Language:Kotlin 0.7%