Some sorting methods implemented in Java for practice. For now, the sorting methods all operate on int arrays. These are mainly intended as a proof of concept and serve to show the logic of the sorting algorthims.
Example usage can be found in Main.java. All the sort methods modify the array passed in and have a return type of void. You can run the main class with
java Main