Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I would like to understand the lz77 module in detail as it is present in the diagram but no such module exists. #2

Open
PoojaR07 opened this issue Aug 23, 2024 · 1 comment

Comments

@PoojaR07
Copy link

PoojaR07 commented Aug 23, 2024

This is the the diagram

image

Can you please share the code for this module lz77?

@WangXuan95
Copy link
Owner

LZ77 is not an independent module here, but is implemented in the code. The code is messy and I don't have time to sort it out now (although it has no known bugs). To understand the LZ77 algorithm, you can refer to some other code implementations (e.g. search "Simple Deflate") instead of this code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants