Simple java sorting algorithms suite
- Classic Bubblesort
- Shaker sort
- Comb sort
- Insertion sort
- Shell sort
At the moment the class only accepts integer arrays, will be updated to feature sorting algorithms for every tipe of variable :) This has to be intended as a little project to save time during coding, i'm also experimenting with javadocs.