Skip to search formSkip to main contentSkip to account menu

Quicksort

Known as: Quick Sort, Q sort, External quicksort 
Quicksort (sometimes called partition-exchange sort) is an efficient sorting algorithm, serving as a systematic method for placing the elements of an… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2012
2012
Recently, a new Quicksort variant due to Yaroslavskiy was chosen as standard sorting method for Oracle's Java 7 runtime library… 
2011
2011
Quick sort works fairly efficiently contrasting with other sort algorithms,but it has choke point when sorted data are in order… 
2010
2010
This paper proposes two efficient software techniques, Control-flow and Data Errors Correction using Data-flow Graph… 
2008
2008
We present, and evaluate benefits of, a design methodology for translating natural phenomena represented as mathematical models… 
2005
2005
Sorting is perhaps the most widely studied problem in computer science and is frequently used as a benchmark of a system’s… 
2001
2001
Each object in an object-oriented program can correspond to one abstraction in the program's design. This correspondence makes… 
1997
1997
We compare and analyze different in-memory sorting algorithms to understand their behavior on a superscalar MIPS R8000 processor… 
1985
1985
The design of a hardware unit that performs unification operation is described and analyzed in this paper. In particular, the…