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

Merge pull request #18 from jeffdc/master

Added Category Theory for Computing Science.
This commit is contained in:
vhf / victor felder 2013-10-11 13:30:47 -07:00
commit 22ac96a8cf

View File

@ -99,6 +99,7 @@
* [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/)
* [Best Kept Secrets of Peer Code Review](http://smartbear.com/codecollab-code-review-book.php)
* [Binary Trees](http://cslibrary.stanford.edu/110/BinaryTrees.pdf)
* [Category Theory for Computing Science](http://www.math.mcgill.ca/triples/Barr-Wells-ctcs.pdf)
* [The Cathedral and the Bazaar](http://www.catb.org/esr/writings/cathedral-bazaar/)
* [Clever Algorithms](http://www.cleveralgorithms.com/nature-inspired/index.html)
* [Communicating Sequential Processes (PDF)](http://www.usingcsp.com/cspbook.pdf) - Tony Hoare