diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-04-17 02:21:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-04-17 02:21:44 +0300 |
commit | 4b5624e082848d45e7134d1da886d4a4d9c8e933 (patch) | |
tree | 5eb167e9b67025e55b508d36cb4cd725be6ea097 | |
parent | implement median value calculation (diff) | |
download | sorting-algorithms-4b5624e082848d45e7134d1da886d4a4d9c8e933.tar.gz sorting-algorithms-4b5624e082848d45e7134d1da886d4a4d9c8e933.zip |
README update
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ For example, on Windows 8.1 I managed to produce some very nice plots by booting into Safe Mode and running the scripts with a higher priority while also setting their CPU affinity: - start /affinity 1 /realtime calc_mean.py + start /affinity 1 /realtime plot.py ... ## Licensing |