Abstract
This paper aims at introducing a new sorting algorithm which sorts the elements of an array In Place. This algorithm has O(n) best case Time Complexity and O(n log n) average and worst case Time Complexity. We achieve our goal using Recursive Partitioning combined with In Place merging to sort a given array. A comparison is made between this particular idea and other popular implementations. We finally draw out a conclusion and observe the cases where this outperforms other sorting algorithms. We also look at its shortcomings and list the scope for future improvements that could be made.
Original language | English |
---|---|
Title of host publication | Proceedings of 2016 International Conference on Advanced Communication Control and Computing Technologies, ICACCCT 2016 |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 698-704 |
Number of pages | 7 |
ISBN (Electronic) | 9781467395458 |
DOIs | |
Publication status | Published - 24-01-2017 |
Event | 2016 International Conference on Advanced Communication Control and Computing Technologies, ICACCCT 2016 - Ramanathapuram, Tamil Nadu, India Duration: 25-05-2016 → 27-05-2016 |
Conference
Conference | 2016 International Conference on Advanced Communication Control and Computing Technologies, ICACCCT 2016 |
---|---|
Country/Territory | India |
City | Ramanathapuram, Tamil Nadu |
Period | 25-05-16 → 27-05-16 |
All Science Journal Classification (ASJC) codes
- Hardware and Architecture
- Signal Processing
- Computer Networks and Communications
- Computer Science Applications