home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / l / lds_10.zip / SPLAY / README.DOC < prev    next >
Text File  |  1990-08-26  |  475b  |  15 lines

  1. The program SPLAY is a pascal to C translation of a program that 
  2. Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees.
  3.  
  4. This program compresses and decompresses files, and does a pretty good
  5. job of it.
  6.  
  7. Contents:
  8.  
  9. SPLAY.PAS       Original TP source code
  10. SPLAY.C         Translation of code to C
  11. SPLAY.EXE       Compiled version of SPLAY.C (small model)
  12. README.DOC      You are looking at it
  13.  
  14. Read the comments at the beginning of SPLAY.C for more info.
  15.