Chapter Nine Implementations of Internal Sort Algorithms
Objectives
1. To better understand ideologies, techniques and stability of all kinds of sort algorithms.
2. To understand the implementation of quick sort, heap sort and merger sort.
3. To be able to write specific sort procedure, algorithms and integrity program when given a set of data, and to be able to debug the program.
4. To familiar with time complexity of each kind of sort.