Selection Sort - Implementation Improvements

This section provides discussion on how to improve the performance of the Selection Sort implementation. There is no easy way to improve the Java implementation.

I don't see any easy way to improve my Java implementation of the Selection Sort algorithm. Do you?

Table of Contents

 About This Book

 Introduction of Sorting Algorithms

 Java API for Sorting Algorithms

 Insertion Sort Algorithm and Java Implementation

Selection Sort Algorithm and Java Implementation

 Selection Sort - Algorithm Introduction

 Selection Sort - Java Implementation

 Selection Sort - Performance

Selection Sort - Implementation Improvements

 Bubble Sort Algorithm and Java Implementation

 Quicksort Algorithm and Java Implementation

 Merge Sort Algorithm and Java Implementation

 Heap Sort Algorithm and Java Implementation

 Shell Sort Algorithm and Java Implementation

 Sorting Algorithms Implementations in PHP

 Sorting Algorithms Implementations in Perl

 Sorting Algorithms Implementations in Python

 Performance Summary of All Implementations

 References

 Full Version in PDF/EPUB