Skip to content

feat: implemented file compression via huffman encoding#54

Merged
prajwal3114 merged 1 commit intoOPCODE-Open-Spring-Fest:mainfrom
Satvik-Singh192:feat/huffman
Nov 11, 2025
Merged

feat: implemented file compression via huffman encoding#54
prajwal3114 merged 1 commit intoOPCODE-Open-Spring-Fest:mainfrom
Satvik-Singh192:feat/huffman

Conversation

@Satvik-Singh192
Copy link
Copy Markdown
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
Copy Markdown
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