Basic Sorting Algorithms in Java and Scala This repo contains sample implementations of basic sorting algorithms in Java and Scala. There are also some notes that I use to refresh my knowledge from ...
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 ...