Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!rutgers!cmcl2!adm!news From: bucky%UWYO.BITNET@vm1.nodak.edu ( Lane E Buchanan) Newsgroups: comp.lang.pascal Subject: Re: Data compressing in Turbo Pascal... Message-ID: <24370@adm.BRL.MIL> Date: 2 Sep 90 17:04:25 GMT Sender: news@adm.BRL.MIL Lines: 10 > 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?