Sutiksh Bijay Verma
This project demonstrates the use of various algorithms to sort 1 Million Hindi words and find out which one is less time & space complex.
The following algorithms were compared:
Tim Sort
Merge Sort
MSD Radix Sort
LSD Radix Sort
Dual Pivot Quick Sort
Insertion Sort with Quick Sort
2021