Skip to content

Add LZ77 dictionary compression (1977) #2

@artiphishle

Description

@artiphishle

Title: Add LZ77 dictionary compression (1977)

Description:
Implement LZ77, introduced in 1977 by Lempel and Ziv. This algorithm uses a sliding window dictionary and is foundational for modern compressors.

Motivation:
LZ77 introduces dictionary-based compression, enabling discussion of back-references and window sizes.

Requirements:

  • Compression / Decompression
  • Update README.md

Metadata

Metadata

Assignees

Labels

julesAI: https://jules.google.com

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions