From 19e062f1f8e0bc02c126ee55c9301ca03e5cd345 Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Sat, 23 Sep 2017 12:39:33 +0200 Subject: [PATCH] Removed Sorting Algorithms in sake of Algorithms Visualisations --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e5693f..abfbf9d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ 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) - [Algorithms Visualization](http://www.cs.usfca.edu/~galles/visualization/Algorithms.html) ### Data Structures @@ -150,11 +149,13 @@ But knowing the stuff will help you become better! :muscle:* - [Without Coding](https://www.producthunt.com/@jurica87/collections/without-coding) - [Simpleicons](https://simpleicons.org/) - [Learn Anything](https://learn-anything.xyz/) + ### Where To Look For Further Info - [freeCodeCamp Guide](https://guide.freecodecamp.org/) - [GeeksForGeeks](http://www.geeksforgeeks.org/) - [Dev.To](https://dev.to/) - [Stackoverflow](https://stackoverflow.com/) + ### Coding Practice Sites :zap: - :link: [CodeForces](http://codeforces.com/) - :link: [CodeChef](https://www.codechef.com)