This program is an implementation of Wisconsin Card Sorting (WCS) task in Java. WCS is a common neuropsychological test. Essentially, it presents several cards (usually 4), three of which match a ...
This Java programme benchmarks various sorting algorithms, ranking them against eachother in order of Big-O Time complexity. Includes Bubble Sort, Merge Sort, Count Sort, Gnome Sort and Stooge Sort ...