Data structures the fun way : from binary search to quadtrees in 100 cups of coffee /
"This accessible and entertaining book provides an in-depth introduction to computational thinking through the lens of data structures, a critical component in any programming endeavor. It will give you a strong background in implementing and working with more than 15 key data structures, from...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
San Francisco, CA :
No Starch Press, Inc.,
[2022]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Information in memory
- Binary search
- Dynamic data structures
- Stacks and queues
- Binary search trees
- Trees and adapting data structures
- Priority queues and heaps
- Grids
- Spatial trees
- Hash tables
- Caches
- B-trees
- Bloom filters
- Skip lists
- Graphs.