/* For copyright information, see olden_v1.01/COPYRIGHT */
**********************
olden_v1.01/benchmarks/treeadd/README
June 1996
Martin C. Carlisle

this directory contains the TreeAdd benchmark:

This benchmark simply adds the numbers stored at each node of a binary tree

**********************

Makefile - use "make treeadd" to create executable

args.c - process command line args
node.c,tree.h - main routines
par-alloc.c - build tree
