Skip to content

Borededdy/SortingAlgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SortingAlgs

Simple java sorting algorithms suite

Featured algorithms

  • 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.