The Class Insertionsort. Sorting in O(n^2). {@link #sort(List,boolean)} is based on{@link #sortInPlace(List,boolean)}.
@author Rene Schulz
@author Carl Tuemmler
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.