diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-08 03:18:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-08 03:18:44 +0300 |
commit | 45553dbfb5fb8a5931a5bd79af387cf4cf6fe30e (patch) | |
tree | 3eabed2481c06b32d0e02044e2e94e3771beadb4 /_includes/sidebar.html | |
parent | plots: add platform info (diff) | |
download | sorting-algorithms-45553dbfb5fb8a5931a5bd79af387cf4cf6fe30e.tar.gz sorting-algorithms-45553dbfb5fb8a5931a5bd79af387cf4cf6fe30e.zip |
mention "Plots" in the sidebar
Diffstat (limited to '_includes/sidebar.html')
-rw-r--r-- | _includes/sidebar.html | 2 |
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> GitHub repository</a> <a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span> 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> |