1
0
mirror of https://github.com/mtdvio/every-programmer-should-know.git synced 2025-07-31 12:00:25 +02:00

Merge pull request #3 from Bottelet/patch-1

Visual presentations of sorting algorithms
This commit is contained in:
Alexey Migutsky
2017-09-05 13:28:14 +02:00
committed by GitHub

View File

@@ -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/)