diff options
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ --- -title: Sorting algorithms +title: Main page layout: plain groups: - navbar -navbar_link: <span class="glyphicon glyphicon-th-large"></span> Sorting algorithms +navbar_link: <span class="glyphicon glyphicon-th-large"></span> Main page custom_css: - plots.css input_kind: @@ -107,7 +107,7 @@ plots: iterations: 100 complexity: O(<var>n</var><sup>2</sup>) --- -<h1>{{ page.title }}</h1> +<h1>Sorting algorithms</h1> <div class="row"> <div class="col-xs-12 col-sm-10 col-md-8"> @@ -132,7 +132,7 @@ to produce the plots are listed below.</p> <td>Windows 8.1</td> </tr> <tr> - <th>Python</th> + <th>CPython</th> <td>3.5.1</td> </tr> <tr> |