Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.02 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.02 KB

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

Search

  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