INTRODUCTION
Sorting has been the subject of extensive research in the area of computer science because of its importance in solving the problem of sorting an initially unordered collection of keys (data) to produce an ordered collection. For instance, to arrange names in alphabetical order,line up customers in a bank, customers by zip code, cities population increase, comparing different items, and so on. Thus, a number of different techniques has developed in solving sorting problems. Because the sorting problem has fascinated theoretical computer scientists, much is known about the efficiency of various solutions, and about limitations on the best possible solutions.
Sorting methods can be grouped in to various subgroups that share common themes.
Further more, this page has demonstrated the best examples of sorting animations which has been posted by different people on the web.
PART ONE
EXAMPLE OF SORT ALGORITHM ANIMATIONS