18 releases (5 breaking)
0.6.0 | Feb 8, 2024 |
---|---|
0.5.1 | Feb 6, 2024 |
0.5.0 | Jan 31, 2024 |
0.4.0 | Jan 30, 2024 |
0.1.9 | Jan 23, 2024 |
#2582 in Algorithms
251 downloads per month
225KB
899 lines
Algorithms_Rust
![](https://img.gs/czjpqfbdkz/240/https://raw.githubusercontent.com/donjuanplatinum/rust_algorithms/6bac2f8169e0a51e83683b1c5c6134db31988595/algori.png)
Algorithms_Rust is an Rust algorithms lib, Contains many algorithms.
The project is continuously developing.
Algorithms
Sort
- binary_sort
- bubble_sort
- count_sort
- heap_sort
- insertion_sort
- merge_sort
- quicksort
- radix_sort
- selection_sort
- pdqsort
Matrix
- square_matrix_add
- square_matrix_multiply
- matrix
Search
- binary_search
- linearity_search
Structure
- Maxpriorityqueue
- Stack
- Linkedlist
- Complex
subarray
- merge_max_subarray
- rude_max_subarray
Math
- DFT