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 d72b125 commit f673ba7Copy full SHA for f673ba7
README.md
@@ -57,7 +57,7 @@ which would read text from file "input.txt", sort using about 20 megs of heap (n
57
Project jar is packaged such that it can be used as a primitive 'sort' tool like so:
58
59
```java
60
-java -jar java-merge-sort-1.0.2.jar [input-file]
+java -jar java-merge-sort-1.1.0.jar [input-file]
61
```
62
63
where sorted output gets printed to `stdout`; and argument is optional (if missing, reads input from stdout).
0 commit comments