Trakla - Counting Methods and Radix/Exchange Sort


Collection:   AlgoViz
Source: http://algoviz.org/node/1208
Format: Java Application

Recommendation: Not Recommended.
Description: User works through an exercise demonstrating proficiency at determining how a simple 1-digit binsort works. There is also a radix-exchange sort exercise at http://www.cs.hut.fi/Research/TRAKLA2/exercises/TrueRecursiveRadixExchan....
Evaluation: The usually excellent Trakla exercises fails to work well in this case. The Radix-Exchange exercise is a total mystery. The Counting method exercise shows a simple one-digit binsort. For some reason, the values of the elements being sorted are kept hidden, being revealed only as/when they are processed. This does not help much. The requirements for 'solving' the exercise are unclear. The whole thing is rather tedious. The worst part is that the user is faced with a 'can't see the forest for the trees' situation - imitating a computer at too low a level does not necessarily translate into an integrated understanding of the algorithm itself.

Creator(s):
Publisher:   Helsinki University of Technology
Subject: Miscellaneous Sorts, radix sort
Relation: Trakla2
Language: english
Rights: Licensed under GPL


No votes yet
feedback