Skip to content

TestingGround00/algorithms-and-data-structures

ย 
ย 

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.

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, Kotlin and Elixir. You can quickly access an online compiler by clicking on the symbols corresponding to the desired programming languages in the top rows of each table.

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

๐Ÿป 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.



๐Ÿ”ผ Back to top

About

๐Ÿงฎ Algorithms and Data Structures in several Programming Languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 26.0%
  • C 17.7%
  • C++ 10.0%
  • Rust 9.6%
  • JavaScript 9.0%
  • Java 8.1%
  • Other 19.6%