Skip to content

Conversation

@Satvik-Singh192
Copy link
Contributor

Description

This pull request adds Huffman encoding and file compression functionality.
It includes logic to read an input text file, calculate character frequencies, build the Huffman tree, generate prefix codes, and write the compressed binary output to output.bin.

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

closes #51

Checklist

@Satvik-Singh192
Copy link
Contributor Author

@prajwal3114 please review my pull request sir

@prajwal3114 prajwal3114 merged commit e80b00a into OPCODE-Open-Spring-Fest:main Nov 11, 2025
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Huffman Coding File Compression Tool

2 participants