- Bubble sort
- Insertion sort
- Selection sort
- Merge sort
- Quick sort
- Count sort
- Bucket sort
- Radix sort
- recording of time needed for sorting of each algorithm.
- testing done on 7 different data sets, from sorted sets, uniformly distributed sets, to almost random sets, ranging from 12kB to 1MB
- for some algorithms done step-by-step representation of a algorithm
- simple extension capabilites for the new algorithms
- simpler interface for adding new data sets
- easier approach for step-by-step algorithm showcase
- MSVC
- understanding algorithms that are being tought at the university.