From 599ae40eb8e449422f94a1a54fd4957786a8269e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Vega?= Date: Tue, 5 Oct 2021 20:36:41 -0500 Subject: [PATCH] Add resources about algorithms from UNAM (#5911) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add resources about algorithms from UNAM ## What does this PR do? Add free resource about algorithms from UNAM ## For resources ### Description Handbook used in the online program of UNAM (SUAyED) for algorithms assignatures covering topics such as: algorithms concepts and properties, automatan, fomal programming languages and Turing machine. ### Why is this valuable (or not)? This PR adds free material from the most pretigious college in México that is used in it's asignatures. ### How do we know it's really free? It's provided from UNAM's official website. ### For book lists, is it a book? For course lists, is it a course? etc. Yes, for the book lists it is a book. ## Checklist: * [x] Read our [contributing guidelines](https://github.com/EbookFoundation/free-programming-books/blob/master/CONTRIBUTING.md) * [x] Search for duplicates. * [x] Include author(s) and platform where appropriate. * [x] Put lists in alphabetical order, correct spacing. * [x] Add needed indications (PDF, access notes, under construction) ## Follow-up * Check the status of GitHub Actions and resolve any reported warnings! * Fixed alphabetical order of the contribution * Correction quoting source and authors --- books/free-programming-books-es.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-es.md b/books/free-programming-books-es.md index 9915c8f6..735fd12b 100644 --- a/books/free-programming-books-es.md +++ b/books/free-programming-books-es.md @@ -70,6 +70,7 @@ #### Algoritmos y Estructuras de Datos * [Algoritmos y Programación (Guía para docentes)](http://www.eduteka.org/pdfdir/AlgoritmosProgramacion.pdf) (PDF) +* [Análisis, Diseño e Implantación de Algoritmos](http://fcasua.contad.unam.mx/apuntes/interiores/docs/20181/informatica/1/LI_1164_06097_A_Analisis_Diseno_Implantacion_Algoritmos_Plan2016.pdf) - Universidad Nacional Autónoma de México, Dr. Juan Alberto Adam Siade, et al. (PDF) * [Apuntes de Algoritmos y Estructuras de Datos](https://openlibra.com/en/book/download/apuntes-de-algoritmos-y-estructuras-de-datos) (PDF) * [Breves Notas sobre Análisis de Algoritmos](http://lya.fciencias.unam.mx/jloa/publicaciones/analisisdeAlgoritmos.pdf) (PDF) * [Fundamentos de Informática y Programación](http://informatica.uv.es/docencia/fguia/TI/Libro/Libro_Fundamentos_Inform_Program.htm) (HTML)