add catalan data structures book (#8567)
* add catalan data structures book * fix catalan markdown * fix catalan language code and add more books * fix catalan url * fix section of proposicional logic book in catalan * Rename free-programming-books-es_CA.md to free-programming-books-ca.md * Update README.md * flatten index * space Co-authored-by: Eric Hellman <eric@hellman.net>pull/9205/head
parent
7dcf796b08
commit
30a6eb993d
|
@ -87,6 +87,7 @@ This project lists books and other resources grouped by genres:
|
|||
+ [Burmese / မြန်မာဘာသာ](books/free-programming-books-my.md)
|
||||
+ [Chinese / 中文](books/free-programming-books-zh.md)
|
||||
+ [Czech / čeština / český jazyk](books/free-programming-books-cs.md)
|
||||
+ [Catalan / catalan/ català](books/free-programming-books-ca.md)
|
||||
+ [Danish / dansk](books/free-programming-books-da.md)
|
||||
+ [Dutch / Nederlands](books/free-programming-books-nl.md)
|
||||
+ [Estonian / eesti keel](books/free-programming-books-et.md)
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
### Index
|
||||
|
||||
* [Algorismes i Estructures de Dades](#algorismes-i-estructures-de-dades)
|
||||
* [C](#c)
|
||||
* [Ciències de la Computació](#ciències-de-la-computació)
|
||||
|
||||
|
||||
### Algorismes i Estructures de Dades
|
||||
|
||||
* [Apropament a les estructures de dades des del programari lliure](https://repositori.udl.cat/bitstream/handle/10459.1/63471/Eines%20Josep%20M%20Ribo%20electronic.pdf?sequence=1&isAllowed=y) Universitat de Lleida, Josep Maria Ribó (PDF)
|
||||
|
||||
|
||||
### C
|
||||
|
||||
* [Programació en C](https://ca.wikibooks.org/wiki/Programaci%C3%B3_en_C) WikiLlibres
|
||||
|
||||
|
||||
### Ciències de la Computació
|
||||
|
||||
* [Lògica Proposicional i de Predicats](https://github.com/EbookFoundation/free-programming-books/files/9808381/logica-proposicional-i-predicats.pdf) Universitat de Lleida, Felip Manyà i Serres (PDF)
|
||||
|
Loading…
Reference in New Issue