# Huffman **Repository Path**: jyj3621/Huffman ## Basic Information - **Project Name**: Huffman - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2021-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Huffman 简单的哈夫曼树的可视化界面,主要是做了可视化,其中的哈夫曼代码很基础。 ## 启动界面 点击exe即可启动 ![启动](img/start.png) ## 编码界面 将字符串编成哈夫曼树 ![编码](img/coding.png) ## 解码界面 ![解码](img/decoding.png)