Introduction to computational thinking : problem solving, algorithms, data structures, and more /
Learn approaches of computational thinking and the art of designing algorithms. Most of the algorithms you will see in this book are used in almost all software that runs on your computer. Learning how to program can be very rewarding. It is a special feeling to seeing a computer translate your thou...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkeley] :
Apress,
[2021]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 1: Introduction
- 2: Introducing Python Programming
- 3: Introduction to Algorithms
- 4: Algorithmic Efficiency
- 5: Searching and Sorting
- 6: Functions
- 7: Inner Functions
- 8: Recursion
- 9: Divide and Conquer and Dynamic Programming
- 10: Hidden Markov Models
- 11: Data Structures, Objects and Classes
- 12: Class Hierarchies and Inheritance
- 13: Sequences
- 14: Sets
- 15: Red-black Search Trees
- 16: Stacks and Queues
- 17: Priority Queues
- 18: Conclusions.