In this paper we investigate the variants of the well-known Hoare's Quickfind algorithm for the selection of the j-th element out of n, when recursion stops for subfiles whose size is below a predefined threshold and a simpler algorithm is run instead. We provide estimates for the combined number of passes, comparisons and exchanges, for both the basic quickfind and median-of-three quickfind. In each case, we consider two policies for the small subfiles: insertion sort and selection sort, but the analysis could be easily adapted for alternative policies. We obtain the average cost for each of these variants and compare them with the costs of standard variants which do not use cutoff. We also give the best explicit cutoff bound for each of t...
We present three variations of the following new sorting theme: Throughout the sort, the array is ma...
In this paper we study the number of key exchanges required by Hoare’s FIND algorithm (also called Q...
QuickXsort is a strategy to combine Quicksort with another sorting method X so that the result has e...
In this paper we investigate the variants of the well-known Hoare's Quickfind algorithm for the sele...
Approximate Quickselect, a simple modification of the well known Quickselect algorithm for selection...
We provide a smoothed analysis of Hoare’s find algorithm and we revisit the smoothed analysis of qui...
AbstractIn this research note we investigate the number of moves and the displacement of particular ...
AbstractMultiple Quickselect is an algorithm that uses the idea of Quicksort to search for several o...
this paper, all n! permutations are equally likely. Let C n,m denote the number of comparisons used ...
Abstract. It is well known that the performance of quicksort can be improved by selecting the median...
Hoare's Find algorithm can be used to select the jth element out of a file of n elements. It bears a...
We present and compare four ecient quadratic, comparison-based algorithms for small arrays and (for ...
AbstractWe show that several versions of Floyd and Rivest's algorithm SELECT for finding the kth sma...
AbstractRange Quickselect, a simple modification of the well-known Quickselect algorithm for selecti...
It is well-known that the performance of quicksort may substantially be improved by selecting the me...
We present three variations of the following new sorting theme: Throughout the sort, the array is ma...
In this paper we study the number of key exchanges required by Hoare’s FIND algorithm (also called Q...
QuickXsort is a strategy to combine Quicksort with another sorting method X so that the result has e...
In this paper we investigate the variants of the well-known Hoare's Quickfind algorithm for the sele...
Approximate Quickselect, a simple modification of the well known Quickselect algorithm for selection...
We provide a smoothed analysis of Hoare’s find algorithm and we revisit the smoothed analysis of qui...
AbstractIn this research note we investigate the number of moves and the displacement of particular ...
AbstractMultiple Quickselect is an algorithm that uses the idea of Quicksort to search for several o...
this paper, all n! permutations are equally likely. Let C n,m denote the number of comparisons used ...
Abstract. It is well known that the performance of quicksort can be improved by selecting the median...
Hoare's Find algorithm can be used to select the jth element out of a file of n elements. It bears a...
We present and compare four ecient quadratic, comparison-based algorithms for small arrays and (for ...
AbstractWe show that several versions of Floyd and Rivest's algorithm SELECT for finding the kth sma...
AbstractRange Quickselect, a simple modification of the well-known Quickselect algorithm for selecti...
It is well-known that the performance of quicksort may substantially be improved by selecting the me...
We present three variations of the following new sorting theme: Throughout the sort, the array is ma...
In this paper we study the number of key exchanges required by Hoare’s FIND algorithm (also called Q...
QuickXsort is a strategy to combine Quicksort with another sorting method X so that the result has e...