diff options
Diffstat (limited to 'plots.html')
-rw-r--r-- | plots.html | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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).</p> <p class="text-muted">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.</p> <p class="text-muted">Both the hardware & the software that were used @@ -154,8 +153,8 @@ data generated using the code from the project repository's <code>master</code> branch. Visit <a href="https://github.com/egor-tensin/sorting-algorithms/">https://github.com/egor-tensin/sorting-algorithms/</a> for more details.</p> - <p>In short, each of the implemented algorithms was provided with three -input sequences:</p> + <p>Each of the implemented algorithms was provided with three input +sequences:</p> <ul> <li>a list of <var>n</var> consecutive numbers sorted in ascending order,</li> <li>… in descending order,</li> |