JesseSort: A novel sorting algorithm that is faster than Python's default sort.
SMRTR summary
JesseSort, a novel sorting algorithm, uses a "Rainbow" data structure to achieve O(n log n) runtime through two phases: inserting elements to create the Rainbow structure and merging bands until a single sorted band remains.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article