Forem

Cover image for NEW sorting Algorithm !!
Mahesh kumar Acharya
Mahesh kumar Acharya

Posted on

NEW sorting Algorithm !!

" I built a Sorting algorithm and that is just insane here is the features down below "

  1. Guaranteed O(n log n) in every case
  2. It is Better for worst - case scenarios --- in sorted arrays it is 24X faster than the QuickSort ----------
  3. It is stable , Unlike Heapsort
  4. AND MOST IMPORTANT Bideractional Traversal (ex:- it can print backward where no other sorting algorithms cant do

:- Real world Applications

  1. Financial Trading
  2. Database Indexing:- Self-balancing maintains sorted index
  3. Competitive Programming: Guarantees no TLE on worst case

it can sort n = 100, 000 inputs in less than a 10ms
Stay tunned for full publications 🚀

Top comments (0)