From 14e3b43d84b0fe2fb2f794533ad74b2c73ca5dd2 Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Mon, 18 Nov 2013 21:06:07 -0600 Subject: [PATCH 1/5] Added Ejercicios de Programacion creativos y recreativos en C++ --- free-programming-books-es.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books-es.md b/free-programming-books-es.md index 94c394c60..3b82a05db 100644 --- a/free-programming-books-es.md +++ b/free-programming-books-es.md @@ -9,6 +9,7 @@ * [Android](#android) * [Assembly Language](#assembly-language) * [CSS](#CSS) +* [C++](#c-1) * [Ensamblador](#ensamblador) * [Git](#git) * [Haskell](#haskell) @@ -60,6 +61,9 @@ * [Introducción a CSS](http://librosweb.es/css/) * [CSS avanzado](http://librosweb.es/css_avanzado/) +###C++ +* [Ejercicios de programación creativos y recreativos en C++](http://antares.sip.ucm.es/cpareja/libroCPP/) + ###Ensamblador * [Lenguaje Ensamblador para PC - Paul Carter](http://drpaulcarter.com/pcasm/) From e64c60935ac94638c73d3e2d2a013f34f0778329 Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Thu, 21 Nov 2013 03:03:47 -0600 Subject: [PATCH 2/5] [en] Added Algorithms and Complexity --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index a02aecaf7..183094074 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -189,7 +189,7 @@ * [Text Algorithms](http://igm.univ-mlv.fr/~mac/REC/text-algorithms.pdf) (PDF) * [Data Structures Succinctly Part 1, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/datastructurespart1) (PDF, Kindle) *(Just fill the fields with any values)* * [Data Structures Succinctly Part 2, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/datastructurespart2) (PDF, Kindle) *(Just fill the fields with any values)* - +* [Algorithms and Complexity](http://www.math.upenn.edu/~wilf/AlgoComp.pdf) (PDF) ####Theoretical Computer Science * [An Introduction to the Theory of Computation](http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk.html) From a11cf0cda10c6c249f35a896d544025e68897c80 Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Thu, 21 Nov 2013 03:06:30 -0600 Subject: [PATCH 3/5] [en] Added The Design of Approximation Algorithms --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 183094074..1fc3f5eaf 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -190,6 +190,7 @@ * [Data Structures Succinctly Part 1, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/datastructurespart1) (PDF, Kindle) *(Just fill the fields with any values)* * [Data Structures Succinctly Part 2, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/datastructurespart2) (PDF, Kindle) *(Just fill the fields with any values)* * [Algorithms and Complexity](http://www.math.upenn.edu/~wilf/AlgoComp.pdf) (PDF) +* [The Design of Approximation Algorithms](http://www.designofapproxalgs.com/book.pdf) ####Theoretical Computer Science * [An Introduction to the Theory of Computation](http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk.html) From e42bf78a8bd32b2a3bdf319281a16a88c1164d71 Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Thu, 21 Nov 2013 03:09:56 -0600 Subject: [PATCH 4/5] [en] Two Algorithms books/lectures from University of North Texas --- free-programming-books.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 1fc3f5eaf..06b8a282b 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -190,7 +190,9 @@ * [Data Structures Succinctly Part 1, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/datastructurespart1) (PDF, Kindle) *(Just fill the fields with any values)* * [Data Structures Succinctly Part 2, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/datastructurespart2) (PDF, Kindle) *(Just fill the fields with any values)* * [Algorithms and Complexity](http://www.math.upenn.edu/~wilf/AlgoComp.pdf) (PDF) -* [The Design of Approximation Algorithms](http://www.designofapproxalgs.com/book.pdf) +* [The Design of Approximation Algorithms](http://www.designofapproxalgs.com/book.pdf) (PDF) +* [Lectures Notes on Algorithm Analysis and Computational Complexity (Fourth Edition)](http://larc.unt.edu/ian/books/free/lnoa.pdf), University of North Texas (PDF) +* [Problems on Algorithms (Second Edition)](http://larc.unt.edu/ian/books/free/poa.pdf), University of North Texas (PDF) ####Theoretical Computer Science * [An Introduction to the Theory of Computation](http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk.html) From 8a9f2c1d21ce095f86b350a1b2649c0966117338 Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Thu, 21 Nov 2013 03:16:23 -0600 Subject: [PATCH 5/5] =?UTF-8?q?[es]=20Added=20An=C3=A1lisis=20de=20Algorit?= =?UTF-8?q?mos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 88cbd2688..b3a9c77ea 100644 --- a/free-programming-books-es.md +++ b/free-programming-books-es.md @@ -29,6 +29,7 @@ ####Algoritmos * [Algoritmos y Programación (Guía para docentes)](http://www.eduteka.org/pdfdir/AlgoritmosProgramacion.pdf) (PDF) +* [Análisis de Algoritmos](http://docencia.izt.uam.mx/pece/pagina_academica/AA/indexa.html) * [Análisis y Diseño de Algoritmos](http://www.aliatuniversidades.com.mx/bibliotecasdigitales/pdf/sistemas/Analisis_y_disenio_de_algoritmos.pdf) (PDF) * [Breves Notas sobre Análisis de Algoritmos](http://www.matematicas.unam.mx/jloa/publicaciones/analisisdeAlgoritmos.pdf) (PDF) * [Técnicas de Diseño de Algoritmos ](http://www.lcc.uma.es/~av/Libro/indice.html) ([PDF](http://www.lcc.uma.es/%7eav/Libro/Libro.zip))