From bbacde9af4d71fffbe0217af32f346a058e4a922 Mon Sep 17 00:00:00 2001 From: Casper Bottelet Date: Tue, 5 Sep 2017 12:54:46 +0200 Subject: [PATCH] Visual presentations of sorting algorithms A site that shows some common sorting algorithms to give a nice overview as too how they work. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81fe2f6..6fcc866 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ But knowing the stuff will help you become better! :muscle:* ### Algorithms - [Big O Cheatsheet](http://bigocheatsheet.com/) - :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio) +- [Sorting Algorithms](https://visualgo.net/en/sorting) ### Numbers - :page_facing_up: [Floating Point Guide](http://floating-point-gui.de/)