/algori

rust

Primary LanguageRustGNU General Public License v2.0GPL-2.0

Algorithms_Rust

crates.io Coverage Status Version Matrix

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. matrix

Search

  1. binary_search
  2. linearity_search
  3. max_search
  4. min_search
  5. mind_and_max

Structure

  1. Maxpriorityqueue
  2. Stack
  3. Linkedlist
  4. Complex
  5. Pointer
  6. Logicgate
  7. Binarytree

subarray

  1. merge_max_subarray
  2. rude_max_subarray

Math

  1. DFT
  2. gcd

Welcome PR