We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987b645 commit 057e45fCopy full SHA for 057e45f
README.md
@@ -1,12 +1,12 @@
1
## DataStructure-Algorithm
2
#### HuffmanCodes
3
### HuffmanCodes.java
4
-***$ java HuffmanCodes***
+***$ java HuffmanCodes
5
Usage: java HuffmanCodes MODE [OPTIONS...] IN OUT
6
MODE is one of:
7
-e Encodes file IN to file OUT
8
-d Decodes file IN to file OUT
9
OPTIONS are zero or more of:
10
-F Show the frequencies of each byte
11
-C Show the codes for each byte
12
- -B Show the encoded sequence in binary
+ -B Show the encoded sequence in binary***
0 commit comments