11 releases
0.1.10 | Dec 31, 2023 |
---|---|
0.1.9 | Jun 13, 2021 |
0.1.8 | Jul 25, 2019 |
0.1.7 | Mar 29, 2019 |
#344 in Algorithms
43 downloads per month
94KB
3K
SLoC
Algorithmica
The motive of this repository is to curate the content for Algorithms and Implement them in Rust.
Algorithms that we will implement
Math
- Numerical Analysis,
- Linear Algebra
- Set
Data Structure and Algorithms
- Sorting
- Graphs
- Array related problems
- Searching
- Understanding of Queue, Stack, Heap
- Tree
- Tries
Change Log
Version 0.1.9
-
Sorting
- Bubble Sort
- Heap Sort
- Insertion Sort
- Is Sorted
- Merge Sort
- Quick Sort
- Selection Sort
- Red black BST
-
Math
- Matrix
- Matrix Addition
- Matrix Multiply
- Matrix
-
Search
- Binary Search