Abstract

There is a need for new and more efficient ways of sorting numbers. Radix tree is a space efficient way of storing words, which is a more advanced version of a trie. In many radix trees, the words are stored in alphabetical order. The algorithm proposed uses a radix tree to store the numbers, and a traversal algorithm to print them, this method would only work when all the numbers are of equal length. To solve this problem, binning was used after the traversal of the radix tree, to sort the numbers based on their lengths. For testing, many different sizes of datasets were created, of two types. The time taken to sort different datasets has been tested for this algorithm and has been compared to various algorithms such as bubble sort and shell sort. The proposed algorithm performs better than many bubble sort, insertion sort, and selection sort when the size of the datasets is more than 10,000. This algorithm works well when the size of the dataset is large. However, it takes more time comparatively when the size of the dataset is small. The future scope includes using a more optimized radix tree.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.