lab_huffman
Directory actions
More options
Directory actions
More options
lab_huffman
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
$ ./test
20
30
40
60
Printing generated HuffmanTree...
_ 150 _
__/ \__
c:60 90
/ \
d:40 50
/ \
a:20b:30
Saving HuffmanTree to file...
5
6
7
8
12
13
Printing generated HuffmanTree...
__ 51 _
__/ \__
23 28
/ \ / \
11 c:12 d:13 15
/ \ / \
a:5 b:6 e:7 f:8
Saving HuffmanTree to file...
20
30
40
60
Printing generated HuffmanTree...
_ 150 _
__/ \__
c:60 90
/ \
d:40 50
/ \
a:20b:30
Saving HuffmanTree to file...
5
6
7
8
12
13
Printing generated HuffmanTree...
__ 51 _
__/ \__
23 28
/ \ / \
11 c:12 d:13 15
/ \ / \
a:5 b:6 e:7 f:8
Saving HuffmanTree to file...
20
30
40
60
5
6
7
8
12
13
1
2
4
8
16
32
Printing generated HuffmanTree...
______________ 63 _____________
______________/ \______________
______ 31 _____ e:32
______/ \______
__ 15 _ d:16
__/ \__
7 c:8
/ \
3 b:4
/ \
\n:1a:2
Saving HuffmanTree to file...
===============================================================================
All tests passed (5 assertions in 9 test cases)