|
TrSort
v0.3.0
A novel sorting algorithm I've invented
|
#include <cmath>#include <cstddef>#include <span>#include <type_traits>#include <vector>
Go to the source code of this file.
Namespaces | |
| com::saxbophone::tr_sort | |
Functions | |
| template<typename T , std::size_t Extent = std::dynamic_extent, typename Real = long double> | |
| void | com::saxbophone::tr_sort::sort (std::span< T, Extent > data) |
| Stable sorts the input dating using the Transposition Sort sorting algorithm. More... | |
This file forms part of tr-sort, a novel sorting algorithm