Skip to content

Commit 37748f8

Browse files
authored
fix: Correct mistakes in run-length-encode-and-huffman-encode.md (#298)
1 parent d82dd11 commit 37748f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: assets/thinkings/huffman-example-fix.png

58.3 KB
Loading

Diff for: thinkings/run-length-encode-and-huffman-encode.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ eg:
3838

3939
结果是这样的:
4040

41-
![huffman-example](../assets/thinkings/huffman-example.png)
41+
![huffman-example](../assets/thinkings/huffman-example-fix.png)
4242

4343
|character|frequency|encoding|
4444
|:-:|:-:|:-:|
4545
|a|5|1100|
46-
|b|9|1110|
46+
|b|9|1101|
4747
|c|12|100|
4848
|d|13|101|
4949
|e|16|111|
@@ -85,4 +85,4 @@ AAAAABBBBCCC
8585

8686
## 相关题目
8787

88-
[900.rle-iterator](../problems/900.rle-iterator.md)
88+
[900.rle-iterator](../problems/900.rle-iterator.md)

0 commit comments

Comments
 (0)