1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-02 06:20:48 +00:00

Merge pull request #51 from bryanluby/master

Added Open Data Structures to ####Algorithms & Datastructures.
This commit is contained in:
vhf / victor felder 2013-10-12 08:52:39 -07:00
commit 181cb116f5

View File

@ -105,6 +105,7 @@
* [Planning Algorithms](http://planning.cs.uiuc.edu/)
* [Linked List Basics](http://cslibrary.stanford.edu/103/LinkedListBasics.pdf)
* [Linked List Problems](http://cslibrary.stanford.edu/105/LinkedListProblems.pdf)
* [Open Data Structures](http://opendatastructures.org/)
####Operating systems
* [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/)