The Novel Multi-Layered Approach to Enhance the Sorting Performance of Healthcare Analysis

The Novel Multi-Layered Approach to Enhance the Sorting Performance of Healthcare Analysis

Ashish Seth, Kirti Seth, Kirti Seth, Kirti Seth
Copyright: © 2022 |Pages: 14
DOI: 10.4018/IJRQEH.289178
Article PDF Download
Open access articles are freely available for download

Abstract

Emergence of big data in today’s world leads to new challenges for sorting strategies to analyze the data in a better way. For most of the analyzing technique, sorting is considered as an implicit attribute of the technique used. The availability of huge data has changed the way data is analyzed across industries. Healthcare is one of the notable areas where data analytics is making big changes. An efficient analysis has the potential to reduce costs of treatment and improve the quality of life in general. Healthcare industries are collecting massive amounts of data and look for the best strategies to use these numbers. This research proposes a novel non-comparison based approach to sort a large data that can further be utilized by any big data analytical technique for various analyses.
Article Preview
Top

Limitations Of An Existing Approach

With general radix sort approach, the problem is that algorithm must examine every element of every item being sorted. On the other hand, comparison-based sorts techniques skip a fair number of sub-elements (digits, characters, etc.). Non-comparison based sorting algorithms make assumptions about the input. To ensure linear time complexity input elements are expected within a range of constant length whereas in comparison based methods no such assumption about the input is desired. Moreover, non-comparison based methods adds extra memory cost and lacking in generality of the input. Other behavior of comparison-based method is that they need to call a comparator on input elements a whole bunch of times and this makes them inherently slower.

It is needless to remind that, in information technology science, sorting algorithms are considered to be one of the essential and most used techniques that puts elements of a list in certain correct order. There is various methods and types are available to apply them in different kind of situations. As an example, we can consider Comparison and Non- Comparison types of sorting. Particularly, if we take a look at Non-Comparison sorting, we can release that there are different types of techniques available to use, such as Counting sort, Bucket Sort, Radix Sort and etc.

Figure 1.

Bucket sort example

IJRQEH.289178.f01

Complete Article List

Search this Journal:
Reset
Volume 13: 1 Issue (2024): Forthcoming, Available for Pre-Order
Volume 12: 2 Issues (2023)
Volume 11: 4 Issues (2022)
Volume 10: 4 Issues (2021)
Volume 9: 4 Issues (2020)
Volume 8: 4 Issues (2019)
Volume 7: 4 Issues (2018)
Volume 6: 4 Issues (2017)
Volume 5: 4 Issues (2016)
Volume 4: 4 Issues (2015)
Volume 3: 4 Issues (2014)
Volume 2: 4 Issues (2013)
Volume 1: 4 Issues (2012)
View Complete Journal Contents Listing