Algorithms
Last updated
Last updated
In the updated version of the maTH library, we can also use sorting (currently, maybe more diverse in future) algorithms, so there is no need to write your own. It supports the following algorithms:
Bubble sort
, ,
Insertion sort
, ,
Selection sort
, ,
Merge sort
, ,
Quicksort
, ,
Heap sort
, ,
Count sort
, ,
Bucket sort
, ,
Radix sort
, ,