Faster-Than-Quicksort Integer Sorting
Project information
- Category: Independent Algorithm Research
- Project date: October, 2020
- Project Research: https://github.com/MHromiak/wasteland-sort-research
- Project Module: https://github.com/MHromiak/wasteland_sort
- Pypi Module: https://pypi.org/project/wasteland-sort/
- Module installation command:
pip3 install wasteland-sort
An attempt at creating an O(n) general sorting algorithm. The result was an O(n + m) runtime algorithm which is ready and waiting to be used on your system today. The full research writeup with an empirical performance analysis can be found at the research repository, while the module is found at the reguler repo.