Skip to content
#

text-compression

Here are 9 public repositories matching this topic...

本项目是基于 Java 实现的哈夫曼编码文本压缩解压工具,按照字符频率构建哈夫曼树、生成哈夫曼编码映射、压缩解压文件。 This project is a Huffman coding-based text compression and decompression tool implemented in Java. It constructs a Huffman tree according to character frequencies, generates Huffman coding mappings, and enables file compression and decompression.

  • Updated Dec 30, 2025
  • Java

A simple, lossless text file compressor and decompressor built in Java using Huffman Coding. It shrinks files by giving shorter codes to frequent characters, and restores them exactly when decompressed. Features include a command‑line interface, clean modular design, and efficient bit‑level file handling

  • Updated Sep 15, 2025
  • Java

Improve this page

Add a description, image, and links to the text-compression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the text-compression topic, visit your repo's landing page and select "manage topics."

Learn more