From 3f9daee9fb90f4b963e3bf5d819d2800a905b468 Mon Sep 17 00:00:00 2001 From: Jorge Najera Date: Thu, 24 Oct 2013 00:59:44 -0500 Subject: [PATCH 1/2] Add Algorithms book --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 99150b39a..4e0304503 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -151,6 +151,7 @@ * [Algorithms and Data-Structures](http://www.ethoberon.ethz.ch/WirthPubl/AD.pdf) (PDF) * [Algorithms](http://www.cs.berkeley.edu/~vazirani/algorithms.html) (draft) * [Algorithms Course Materials](http://compgeom.cs.uiuc.edu/~jeffe/teaching/algorithms/) - Jeff Erickson +* [Algorithms, 4th Edition](http://algs4.cs.princeton.edu/home/) - Robert Sedgewick and Kevin Wayne * [Binary Trees](http://cslibrary.stanford.edu/110/BinaryTrees.pdf) (PDF) * [Clever Algorithms](http://www.cleveralgorithms.com/nature-inspired/index.html) * [Computational Geometry: Algorithms and Applications](http://www.cs.uu.nl/geobook/) (chapters 1 and 9, pseudo-code) From acdcb40b430e80de452d1f0dec870a17d0852f06 Mon Sep 17 00:00:00 2001 From: Jorge Najera Date: Thu, 24 Oct 2013 01:07:08 -0500 Subject: [PATCH 2/2] Add Ruby tutorial (ES) --- free-programming-books-es.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books-es.md b/free-programming-books-es.md index 7a2ebc66f..4e609b64e 100644 --- a/free-programming-books-es.md +++ b/free-programming-books-es.md @@ -43,6 +43,7 @@ ###Ruby +* [Ruby en 20 minutos](https://www.ruby-lang.org/es/documentation/quickstart/) * [Guía para aprender a programar con Ruby. Adaptación al español del libro "Learn to Program" de Chris Pine](https://github.com/rubyperu/aprende.a.programar) ###Haskell