Bidirectional Conditional Insertion Sort algorithm; An efficient progress on the classical insertion sort

August 08, 2016 Β· Declared Dead Β· πŸ› Future generations computer systems

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Adnan Saher Mohammed, Şahin Emrah Amrahov, Fatih V. Γ‡elebi arXiv ID 1608.02615 Category cs.DS: Data Structures & Algorithms Citations 28 Venue Future generations computer systems Last Checked 3 months ago
Abstract
In this paper, we proposed a new efficient sorting algorithm based on insertion sort concept. The proposed algorithm called Bidirectional Conditional Insertion Sort (BCIS). It is in-place sorting algorithm and it has remarkably efficient average case time complexity when compared with classical insertion sort (IS). By comparing our new proposed algorithm with the Quicksort algorithm, BCIS indicated faster average case time for relatively small size arrays up to 1500 elements. Furthermore, BCIS was observed to be faster than Quicksort within high rate of duplicated elements even for large size array.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted