readexam.txt 444 B

123456789101112
  1. List of examples:
  2. (in order)
  3. STRUSCA*.* Describes how to use structure scaner.
  4. Useful when you input is not a hand written but generated
  5. by another tool.
  6. OPT.RIG Time measurement in RIGAL
  7. TRAVTREE.RIG Typical traverse of tree. Leaf value change "at
  8. place"
  9. BALTREE.RIG Building a balanced tree. Sorting.
  10. STACK.RIG Implementation of stack (size+list)
  11. STACK2.RIG Another implementation of stack (list only)