This repo for learning the common algorithm and implement them by rust.
- Deref
- Value swap by address
- Atomic for global counter
- Normalization
- bubble_sort
- quick_sort
- selection_sort
- insertion_sort
- merge_sort
- heap_sort
- bucket_sort (normalization)
- radix_sort
- counting_sort
Picture comes from Hello-Algo

- binary search