by Alfredo Delgado (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)

Single File Compression using splay trees an improved version I have submitted last 6 days ago.
It also teach the use of drive list box, file list box and dir list box. Further explanation are
found in the code and readme. It just illustrate a compression routine that can be embedded in your programs fast enough but with good compression ratio. Error handling is not implemented yet so be careful when compressing and
expanding files.
Inputs
File Name to be compressed or expanded
Assumes
Warning: Backup your data before using with this program. The code may contain bugs undetected by my testing.
Code Returns
Compress file or Expanded file
Side Effects
It overwrites the file name specified or selected without any prior notice. Error handling is not implemented yet. So be careful.
Download Splay Tree Version 2.0 (16 KB)