We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2506a84 commit 53ccc1aCopy full SHA for 53ccc1a
algs4/lzw.py
@@ -4,15 +4,8 @@
4
* Data files: https://algs4.cs.princeton.edu/55compression/abraLZW.txt
5
* https://algs4.cs.princeton.edu/55compression/ababLZW.txt
6
*
7
- * Compress or expand binary input from standard input using LZW.
8
- *
9
- * WARNING: STARTING WITH ORACLE JAVA 6, UPDATE 7 the SUBSTRING
10
- * METHOD TAKES TIME AND SPACE LINEAR IN THE SIZE OF THE EXTRACTED
11
- * SUBSTRING (INSTEAD OF CONSTANT SPACE AND TIME AS IN EARLIER
12
- * IMPLEMENTATIONS).
13
14
- * See <a href = "http://java-performance.info/changes-to-string-java-1-7-0_06/">this article</a>
15
- * for more details.
+ * % python lzw.py - < abraLZW.txt | python lzw.py +
+ * ABRACADBRACRAACRA
16
17
"""
18
0 commit comments