We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d5244a + 8580fc2 commit 70fce5dCopy full SHA for 70fce5d
2 files changed
README.md
@@ -133,7 +133,7 @@ diff input.txt restored.txt # No output = identical
133
## Project Structure
134
135
```
136
-compresskit/
+compress-kit/
137
├── algorithms/ # Compression algorithm implementations
138
│ ├── huffman/ # Prefix-code compression
139
│ ├── arithmetic/ # Arithmetic coding
README.zh-CN.md
@@ -133,7 +133,7 @@ diff input.txt restored.txt # 无输出 = 完全相同
## 项目结构
├── algorithms/ # 压缩算法实现
│ ├── huffman/ # 前缀码压缩
│ ├── arithmetic/ # 算术编码
0 commit comments