Google


   


You are here: CodeIdol.com > Java > Algorithms in Java > Quicksort

SAVE
Digg
Shown on del.icio.us del.icio.us
See Whos Talking About This on Technorati Technorati
I've Reddit reddit

Algorithms in Java



The subject of this chapter is the sorting algorithm that is probably used more widely than any other, quicksort. The basic algorithm was invented in...

read more: Quicksort


Quicksort is a divide-and-conquer method for sorting. It works by partitioning an array into two parts, then sorting the parts independently. As we shall see,...



Despite its many assets, the basic quicksort program has the definite liability that it is extremely inefficient on some simple files that can arise in...



As in we can use an explicit pushdown stack for quicksort, thinking of the stack as containing work to be done in the form...

read more: Stack Size


A definite improvement to quicksort arises from the observation that a recursive program is guaranteed to call itself for many small subfiles, so it should...

read more: Small Subfiles


Another improvement to quicksort is to use a partitioning element that is more likely to divide the file near the middle. There are several possibilities...



Files with large numbers of duplicate sort keys arise frequently in applications. For example, we might wish to sort a large personnel file by year...

read more: Duplicate Keys


As discussed in Section 6.2, we can write an ITEM interface implementation to use the quicksort implementations in this chapter to sort records with string...



An important application related to sorting but for which a full sort is not required is the operation of finding the median of a set...

read more: Selection

SAVE
Digg
Shown on del.icio.us del.icio.us
See Whos Talking About This on Technorati Technorati
I've Reddit reddit

You are here: CodeIdol.com > Java > Algorithms in Java > Quicksort


   
Related tags







Popular Categories
Unix books and guides

AJAX popular information
C# language guides
Windows books and cookbooks

.......






hair salon dallas Clairton

    С 2009 года мы стали переводить структура сайта на различные языки. Сайт теперь будет содержать книги не только на английском языке, но также и на других европейских языках, в том числе и на Русском языке.

    Русский Polski Francais Deutsch
    support sitemap terms

© CodeIdol Labs, 2007 - 2009