👻Files and String zipper based on huffman codes 使用赫夫曼编码进行字符串和文件、文件夹的压缩解压或加密解密
-
Updated
Sep 2, 2021 - Java
👻Files and String zipper based on huffman codes 使用赫夫曼编码进行字符串和文件、文件夹的压缩解压或加密解密
Data Structures project based on image compression using huffman coding
File compression algorithms: Huffman Compression Algorithm and Lempel-Ziv-Welch Compression Algorithm.
Huffman Coding is a Java object of both file compression and decompression
an image compression framework.
An application for Text File Compression/Decompression using Huffman Coding.
Simple file archiver with four different compression methods and a modern UI
The provided Java code defines a HuffmanSubmit class that implements the Huffman coding algorithm for file compression and decompression. It includes methods for building the Huffman tree, encoding characters, writing the tree and encoded data to files, and decoding the compressed files.
Add a description, image, and links to the file-compression topic page so that developers can more easily learn about it.
To associate your repository with the file-compression topic, visit your repo's landing page and select "manage topics."