From 185a9e4f00d9269a3711ada8ce5daf9de7a8173e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 17 Apr 2016 23:32:44 +0300 Subject: refactoring + better plot captions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e277573..6c9613d 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ below. **matplotlib** | 1.5.1 | Each of the implemented algorithms was provided with three input sequences: -* a list of *n* consecutive numbers sorted in ascending order ("sorted" input), -* ... in descending order ("reversed" input), -* ... in random order ("randomized" input). +* a list of *n* consecutive numbers sorted in ascending order, +* ... in descending order, +* ... in random order. You can generate the plots using `plot.py`. Consult the output of `plot.py -h` to learn how to use the script. -- cgit v1.2.3