retagged by
298 views
0 votes
0 votes
between hoare and loranto quicksort which give better cache performance ?

we know that in hoare quicksort we move the pointer i,j in different direction but in loranto quicksort we move i,j  in same direction

so the cache performance of loranto should be better?
retagged by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
Vaishnavi01 asked Sep 21, 2018
677 views
True or False :In randomized quicksort , each key is involved in the same number of comparisons.
1 votes
1 votes
1 answer
3
dragonball asked Sep 27, 2017
617 views
Could anyone describe how the partitioning algorithm vary when the pivot is varied ?In Cormen , last element is taken as pivot . Suppose I took first element or middle e...
1 votes
1 votes
1 answer
4
Yogesh Chaure asked Nov 18, 2016
1,129 views
Consider an array with following element12, 18, 17,11, 13, 15, 16 ,14The number of element will change their initial position after completion of partition algorithm by c...