#sorting #search #search-algorithms #matrix #math #structure #updated

bin+lib algorithm_rust

some common rust_algorithms, Everyone can participate, and the project will continue to be updated, all the algorithms comes from <Introduction to Algorithms III>

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

#1070 in Algorithms

MIT license

225KB
899 lines

Algorithms_Rust

crates.io Coverage Status Version

Chinese English

Algorithms_Rust is an Rust algorithms lib, Contains many algorithms.

The project is continuously developing.

Algorithms

Sort

  1. binary_sort
  2. bubble_sort
  3. count_sort
  4. heap_sort
  5. insertion_sort
  6. merge_sort
  7. quicksort
  8. radix_sort
  9. selection_sort
  10. pdqsort

Matrix

  1. square_matrix_add
  2. square_matrix_multiply
  3. matrix
  1. binary_search
  2. linearity_search

Structure

  1. Maxpriorityqueue
  2. Stack
  3. Linkedlist
  4. Complex

subarray

  1. merge_max_subarray
  2. rude_max_subarray

Math

  1. DFT

Welcome PR

No runtime deps