The Class SimpleSort. Sorting in O(n^2). {@link #sort(List,boolean)} is based on{@link #sortInPlace(List,boolean)}. "Brute force algorithm" which makes a lot of unnecessary steps.
@author Jan Himmelspach
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.