home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / gstobjects_1 / tree / 144 / 100 / Info next >
Encoding:
Text File  |  1994-09-13  |  557 b   |  29 lines

  1. Binary Search Tree
  2. (C) 1994 George Taylor
  3. Release 1.00
  4.  
  5. This object requires the Shared C Libary (object 1).
  6.  
  7. In case of difficulty contact the author:
  8.    George Taylor
  9.    16 Newton Crescent
  10.    Dunblane
  11.    Perthshire
  12.    Scotland
  13.    FK15 ODZ
  14.    
  15.    Email: george@tardis.ed.ac.uk
  16.  
  17.  
  18. This product is provided in good faith but there is no warranty
  19. with the product.
  20. The author cannot accept any liability for any loss or damage resulting from
  21. the use in any way of this product.
  22.  
  23. Entry points provided:
  24.  
  25. 0    tree_New
  26. 1    tree_SearchAndAdd
  27. 2    tree_Search
  28. 3    tree_Call
  29.