Data Structures and the Java Collections Framework, Third Edition /
Instead of emphasizing the underlying mathematics to get programmers to build their own data structures, Collins enables them to manipulate existing structures in the Java Collections Library. This allows them to learn through coding rather than by doing proofs. 23 lab projects and hundreds of progr...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
John Wiley and Sons,
2011.
|
Edición: | 1st edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Introduction to Java
- Object-oriented concepts
- Additional features of programming ad Java
- Analysis of algorithms
- The Java collections framework
- Recursion
- Array-based lists
- Linked lists
- Stacks and queues
- Binary trees
- Binary search trees
- Sorting
- Tree maps and tree sets
- Priority queues
- Hashing
- Graphs, trees and networks
- Additional features of the Java collections framework
- Mathematical background
- Choosing a data structure.