Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelvins/algorithms-and-data-structures
:abacus: Algorithms and Data Structures in several Programming Languages
https://github.com/kelvins/algorithms-and-data-structures
algorithms data-structures-and-algorithms education hacktoberfest learning practice searching-algorithms sorting-algorithms
Last synced: 26 days ago
JSON representation
:abacus: Algorithms and Data Structures in several Programming Languages
- Host: GitHub
- URL: https://github.com/kelvins/algorithms-and-data-structures
- Owner: kelvins
- License: mit
- Created: 2015-04-30T22:37:22.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T14:09:02.000Z (about 1 month ago)
- Last Synced: 2024-10-10T15:07:47.966Z (about 1 month ago)
- Topics: algorithms, data-structures-and-algorithms, education, hacktoberfest, learning, practice, searching-algorithms, sorting-algorithms
- Language: Python
- Homepage:
- Size: 2.97 MB
- Stars: 1,044
- Watchers: 33
- Forks: 260
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# :abacus: 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 (Iterative)
Linear Search (Recursive)
Linear Search (Sentinel)
Interpolation Search
Travelling Salesman
Hamiltonian Cycle
Connected Components
Exponentiation (Iterative)
Exponentiation (Recursive)
Factorial (Iterative)
Factorial (Recursive)
Fibonacci (Iterative)
Fibonacci (Recursive)
Fibonacci (Memoization)
Max (Recursive)
Min and Max (Iterative)
Min and Max (Recursive)
Min and Max (D&C)
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
Skip List
Stack
Dynamic Stack
Ring Buffer
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
Isogram
Leibniz Formula for Pi
Maze-Solving Algorithm
Rotten Oranges
Find Distinct Subsets
## :beers: Contributing
Feel free to contribute to the project, all contributions are welcome. :grin:
If you have questions about how to contribute, take a look at the [CONTRIBUTING](CONTRIBUTING.md) file.