Comparison study on sorting techniques in static data structure
To manage and organize large data is imperative in order to formulate the data analysis and data processing efficiency. Thus, to handle large data becomes highly enviable, whilst, it is premised that the sorting techniques eliminate ambiguities with less effort. Therefore, this study investigates th...
Saved in:
主要作者: | |
---|---|
格式: | Thesis |
语言: | English English English |
出版: |
2016
|
主题: | |
在线阅读: | http://eprints.uthm.edu.my/9941/1/24p%20ANWAR%20NASER%20FRAK.pdf http://eprints.uthm.edu.my/9941/2/ANWAR%20NASER%20FRAK%20COPYRIGHT%20DECLARATION.pdf http://eprints.uthm.edu.my/9941/3/ANWAR%20NASER%20FRAK%20WATERMARK.pdf |
标签: |
添加标签
没有标签, 成为第一个标记此记录!
|
总结: | To manage and organize large data is imperative in order to formulate the data analysis and data processing efficiency. Thus, to handle large data becomes highly enviable, whilst, it is premised that the sorting techniques eliminate ambiguities with less effort. Therefore, this study investigates the functionality of a set of sorting techniques to observe which technique to provide better efficiency in terms of sorting data. Therefore, five types of sorting techniques of static data structure, namely: Bubble, Insertion, Selection in group O (n2) complexity and Merge, Quick in group 0 (n log n) complexity using the C++ programming language have been used. Each sorting technique was tested on four groups between I 00 and 30000 of dataset. To validate the performance of sorting techniques, three performance metrics which are time complexity, execution time (run time) and size of dataset were used. All experimental setups were accomplished using simple linear regression.The experimental results illustrate that (I) Quick sort is more efficiency than Merge Insertion, (2) Selection and Bubble sort are more efficient based on run time and size of data using array and (3) Selection sort is more efficient than Bubble and Insertion in large data size using array. In addition, Bubble, Insertion and Selection have good performance for small data size using array while Merge and Quick sort have good performance in large data size using array and sorting technique with good behavior O (n log n) more efficient rather than sorting technique with bad behavior is O (n2) using array |
---|