Benchmarking sorting algorithms just for fun.
####TODO:####
- Implement all intended sorting algorithms
- Implement tests to check algorithm correctivness
- I'll think of something more...
####Sorting algorithms:####
- Bubble
- Insertion
- Selection
- Merging
- Counting
- Radix