Learning algorithms : a programmer's guide to writing better code /
When it comes to writing efficient code, every software professional needs to have an effective working knowledge of algorithms. In this practical book, author George Heineman (Algorithms in a Nutshell) provides concise and informative descriptions of key algorithms that improve coding in multiple l...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly Media, Inc.,
2021.
|
Edición: | First edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Foreword
- Preface
- Chapter 1. Problem Solving
- Chapter 2. Analyzing Algorithms
- Chapter 3. Better Living Through Better Hashing
- Chapter 4. Heaping It On
- Chapter 5. Sorting Without a Hat
- Chapter 6. Binary Trees: Infinity in the Palm of Your Hand
- Chapter 7. Graphs: Only Connect!
- Chapter 8. Wrapping It Up.