TrSort  v0.3.0
A novel sorting algorithm I've invented
Namespaces | Functions
tr-sort.hpp File Reference
#include <cmath>
#include <cstddef>
#include <span>
#include <type_traits>
#include <vector>
Include dependency graph for tr-sort.hpp:

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

Detailed Description

This file forms part of tr-sort, a novel sorting algorithm

Author
Joshua Saxby joshu.nosp@m.a.a..nosp@m.saxby.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Date
2021-05-08