The directory contains two simple examples :

make findfile 

    Makes a code for finding files using a binary search tree.
    Run by typing 'findfile.tcl'


make tree

    Simple module for manipulating binary search trees in Tcl.
    Test by typing 'tree.tcl'

