LZW technique: What's wrong w/ my code?

1 post / 0 new
Offline
Last seen: 1 week 2 days ago
Joined: Nov 12 2022 - 16:50
Posts: 201
LZW technique: What's wrong w/ my code?
AttachmentSize
Plain text icon ZX0x03_Comp main.c.txt1006 bytes
Plain text icon ZX0x03_Comp lz.c.txt578 bytes

First of all, I'd like to thank all of you here for your help.  Now, I'm working on many compression techniques, including one that uses the LZW technique.  Now, my rendition of LZW is doing very poorly.  I attached two code snippets responsible for LZW.  The code was written in cc65 C.