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 1eec5d1 commit c4b101aCopy full SHA for c4b101a
README.md
@@ -51,7 +51,7 @@ which would read text from file "input.txt", sort using about 20 megs of heap (n
51
Project jar is packaged such that it can be used as a primitive 'sort' tool like so:
52
53
```java
54
-java -jar java-merge-sort-1.0.1.jar [input-file]
+java -jar java-merge-sort-1.0.2.jar [input-file]
55
```
56
57
where sorted output gets printed to `stdout`; and argument is optional (if missing, reads input from stdout).
0 commit comments