[Shootout-list] Grouping tests

Einar Karttunen ekarttun@cs.helsinki.fi
Wed, 3 Nov 2004 10:40:36 +0200


Hello

I am trying to move forward with the plan to categorize the tests. 
Please make the grouping better or shout if the whole idea 
should be forgotten. This is very preliminary at this stage...

Data Structures
  Array Access
  Hash (Associative Array) Access
  Hashes, Part II
  List Processing
  Matrix Multiplication
Control Structures
  Ackermann's Function
  Exception Handling
  Fibonacci Numbers
  Nested Loops
Objects
  Method Calls
  Object Instantiation
Broken
  Lists (Singly Linked)
  Lists (Doubly Linked)
  Regular Expression Substitution
Concurrency
  Process Instantiation
  Producer/Consumer Threads
  Ring of Messages
Strings
  Regular Expression Matching
  String Concatenation
Miscellaneous
  Heapsort
  Simple TCP/IP Server
  Hello World
  Statistical Moments
  Plugin Test
  Random Number Generator
  Reverse A File
  Sieve of Eratosthenes
  Spell Checker
  Sum a Column of Integers
  Count Lines/Words/Chars
  Word Frequency


- Einar Karttunen