In the book Introduction to Algorithms, the quicksort algorithm described in the chapter Quicksort does not employ Hoare-Partitioning.
Can anyone enlighten me with the advantage of this approach over the popular hoare-partitioning. Or is it that its just a matter of choice for the author ?