aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-07-08 03:18:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-07-08 03:18:44 +0300
commit45553dbfb5fb8a5931a5bd79af387cf4cf6fe30e (patch)
tree3eabed2481c06b32d0e02044e2e94e3771beadb4 /_includes
parentplots: add platform info (diff)
downloadsorting-algorithms-45553dbfb5fb8a5931a5bd79af387cf4cf6fe30e.tar.gz
sorting-algorithms-45553dbfb5fb8a5931a5bd79af387cf4cf6fe30e.zip
mention "Plots" in the sidebar
Diffstat (limited to '_includes')
-rw-r--r--_includes/sidebar.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 84afe22..8180f79 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -4,6 +4,8 @@
<a class="list-group-item" href="https://github.com/egor-tensin/sorting_algorithms"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub repository</a>
<a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span>&nbsp;Egor.Tensin@gmail.com</a>
</div>
+<p>The implemented algorithms have been plotted to study their performance.
+You can examine the plots <a href="plots.html">here</a>.</p>
<h4>Latest posts</h4>
{% if site.posts.size == 0 %}
<p>Sorry, there're no posts yet.</p>