From 26dc7c186231ca96ae21b56d60bfdf567d8b17bb Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 24 Jun 2016 20:31:16 +0300 Subject: plots: grammar tweaks --- plots.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'plots.html') diff --git a/plots.html b/plots.html index 2ee6a41..6f98cfd 100644 --- a/plots.html +++ b/plots.html @@ -119,8 +119,7 @@ implementations and b) studying the way algorithm's running time changes in relation to the length of its input (a.k.a. identifying its time complexity).

A simple way to visualize the way algorithm's running -time changes would be to make appropriate measurements and plot them on a nice -graph. +time changes is to make appropriate measurements and plot them on a nice graph. The results of course are highly dependent on the hardware used, while the graph's look depends on the software used for rendering.

Both the hardware & the software that were used @@ -154,8 +153,8 @@ data generated using the code from the project repository's master branch. Visit https://github.com/egor-tensin/sorting-algorithms/ for more details.

-

In short, each of the implemented algorithms was provided with three -input sequences:

+

Each of the implemented algorithms was provided with three input +sequences: