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 |
#2235 in Algorithms
251 downloads per month
225KB
899 lines
Algorithms_Rust
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