Skip to content

Commit 057e45f

Browse files
committed
Update README.md
1 parent 987b645 commit 057e45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## DataStructure-Algorithm
22
#### HuffmanCodes
33
### HuffmanCodes.java
4-
***$ java HuffmanCodes***
4+
***$ java HuffmanCodes
55
Usage: java HuffmanCodes MODE [OPTIONS...] IN OUT
66
MODE is one of:
77
-e Encodes file IN to file OUT
88
-d Decodes file IN to file OUT
99
OPTIONS are zero or more of:
1010
-F Show the frequencies of each byte
1111
-C Show the codes for each byte
12-
-B Show the encoded sequence in binary
12+
-B Show the encoded sequence in binary***

0 commit comments

Comments
 (0)