Fundamentals of OOP and data structures in Java /
"Fundamentals of OOP and Data Structures in Java is a text for an introductory course on classical data structures. Part One of the book presents the basic principles of Object-Oriented Programming (OOP) and Graphical User Interface (GUI) programming with Java. Part Two introduces each of the m...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Cambridge [England] ; New York :
Cambridge University Press,
2000.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- 1. Cornerstones of OOP
- 2. Objects
- 3. Class Construction
- 4. Relationships between Classes
- 5. GUIs: Basic Concepts
- 6. Implementing Simple GUIs in Java
- 7. Errors and Exceptions
- 8. Recursion
- 9. Abstract Data Types
- 10. Containers as Abstract Data Types
- 11. Stack and Queue
- 12. Application of Stack
- 13. Lists
- 14. Trees, Heaps, and Priority Queues
- 15. Search Trees
- 16. Hashing and Sets
- 17. Association and Dictionary
- 18. Sorting
- App. A. Unified Modeling Language Notation
- App. B. Complexity of Algorithms
- App. C. Installing and Using Foundations Classes.