Added Data Structure section

This commit is contained in:
Alfredo 2017-09-13 09:44:36 +02:00 committed by GitHub
parent 226d6427d8
commit eb1f7b807d
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ But knowing the stuff will help you become better! :muscle:*
- :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio) - :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) - [Sorting Algorithms](https://visualgo.net/en/sorting)
### Data Structures
- :movie_camera: [UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd)
### Numbers ### Numbers
- :page_facing_up: [Floating Point Guide](http://floating-point-gui.de/) - :page_facing_up: [Floating Point Guide](http://floating-point-gui.de/)
- :page_facing_up: [Basic Number Theory Every Programmer Should Know...](https://www.codechef.com/wiki/tutorial-number-theory/) - :page_facing_up: [Basic Number Theory Every Programmer Should Know...](https://www.codechef.com/wiki/tutorial-number-theory/)