👻Files and String zipper based on huffman codes 使用赫夫曼编码进行字符串和文件、文件夹的压缩解压或加密解密
-
Updated
Sep 2, 2021 - Java
👻Files and String zipper based on huffman codes 使用赫夫曼编码进行字符串和文件、文件夹的压缩解压或加密解密
Huffman Coding is a Java object of both file compression and decompression
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-decompression topic page so that developers can more easily learn about it.
To associate your repository with the file-decompression topic, visit your repo's landing page and select "manage topics."