Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 35602c6

Browse files
committed
correct sampled .txt files
1 parent 11eb751 commit 35602c6

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

decoded.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Hello
2+
Huffman Codding
3+
World!

huffman.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
r 8 00000000
2-
f 9 000000001
3-
g 9 000000010
4-
i 10 0000000101
5-
d 8 00000010
6-
\n 9 000000101
7-
n 7 0000010
8-
o 8 00000101
9-
a 6 000010
10-
l 7 0000101
11-
W 5 00010
12-
u 6 000101
13-
C 4 0010
14-
H 5 00101
15-
m 3 010
16-
e 4 0101
17-
2 10
18-
! 3 101
1+
d 3 0000
2+
\n 3 0001
3+
n 3 0010
4+
o 3 0011
5+
a 3 0100
6+
l 3 0101
7+
W 3 0110
8+
u 3 0111
9+
C 3 1000
10+
H 3 1001
11+
m 3 1010
12+
e 3 1011
13+
3 1100
14+
! 3 1101
15+
r 4 11100
16+
f 4 11101
17+
g 4 11110
18+
i 4 11111

zipped.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
*�
2-
3-
(�
4-
@�@@( @�@�
1+
�U1��i �>^>(h

0 commit comments

Comments
 (0)