-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ian Howell edited this page Oct 24, 2016
·
1 revision
The sort-visualizer is a light-weight application that shows off the process used by several sorting algorithms in order to sort a random list. Sorts currently supported:
- Bubble
- Select
- Insertion
- Quick
I will aim to add Heap sort soon, and further on down the line I will also add Merge sort