From bdade319e36621b54907af1af461360e553d3164 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 9 Mar 2016 01:44:14 +0300 Subject: plots: layout & code style tweaks --- plots.html | 60 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 31 insertions(+), 29 deletions(-) (limited to 'plots.html') diff --git a/plots.html b/plots.html index 6f50123..481056e 100644 --- a/plots.html +++ b/plots.html @@ -118,38 +118,38 @@ plots:

Plots

-
-

The goals of this "project" include a) familiarizing +

+

The goals of this "project" include a) familiarizing myself with a few sorting algorithms by examining their (possibly, simplified) 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 +

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. 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 to -produce the plots are listed below.

- - - - - - - - - - - - - - - - - -
CPUIntel Atom N2800
OSWindows 7 Professional Service Pack 1
Python3.4.1
matplotlib1.4.0
-
+

Both the hardware & the software that were used +to produce the plots are listed below.

+ + + + + + + + + + + + + + + + + +
CPUIntel Atom N2800
OSWindows 7 Professional Service Pack 1
Python3.4.1
matplotlib1.4.0
+
{% if page.plots and page.plots != empty %} @@ -162,13 +162,15 @@ Visit https://githu

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

- +

Use the table below to quickly navigate to the plots for the corresponding algorithm.

+ -- cgit v1.2.3