[comp.lang.pascal] Data compressing in Turbo Pascal...

OEYO8722%TREARN.BITNET@vm1.nodak.edu ( Hur AKDULGER) (09/02/90)

Did anyone use any compression algorithm in turbo pascal (like Huffman Alg.).
If you used these algorithms in your programs,
can you send me sample programs and/or logical flow your algoritms?

thanx for advance...

Hur AKDULGER...

bucky%UWYO.BITNET@vm1.nodak.edu ( Lane E Buchanan) (09/03/90)

> Did anyone use any compression algorithm in turbo pascal (like Huffman Alg.).
> If you used these algorithms in your programs,
> can you send me sample programs and/or logical flow your algoritms?

  I've been tinkering with the stuff for a couple weeks now ... got
most of both Huffman and LZSS compression code down in TP. I have yet
to tackle LZH tho as I don't understand it as yet & can't find any simpler
explanation of it than i got. Thing is I can't really upload thru the data
box I gotta go thru to get to the net (craps out for some reason).
  What are you trying to do with compression?