Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

FUNDAMENTALS OF PYTHON: DATA STRUCTURES
Título:
FUNDAMENTALS OF PYTHON: DATA STRUCTURES
Subtítulo:
Autor:
LAMBERT, K
Editorial:
CENGAGE COURSE TECHNOLOGY
Año de edición:
2014
Materia
ESTRUCTURAS DE DATOS
ISBN:
978-1-285-75200-6
Páginas:
496
32,25 €

 

Sinopsis

Overview
Written for computer programming students, hobbyists, and professionals, FUNDAMENTALS OF PYTHON: DATA STRUCTURES is an introduction to object-oriented design and data structures using the popular Python programming language. The level of instruction assumes at least one semester of programming in an object-oriented language such as Java, C++, or Python. Through the step-by-step instruction and exercises in this book, you'll cover such topics as the design of collection classes with polymorphism and inheritance, multiple implementations of collection interfaces, and the analysis of the space/time tradeoffs of different collection implementations (specifically array-based implementations and link-based implementations). Collections covered include sets, lists, stacks, queues, trees, dictionaries, and graphs. Get ready to dig into Python data structures with FUNDAMENTALS OF PYTHON: DATA STRUCTURES.
Features and Benefits
Covers the design of collection classes with polymorphism and inheritance.
Covers multiple implementations of collection interfaces.
Covers the analysis of the space/time tradeoffs of different collection implementations.



Table of Contents
1. Basic Python Programming.
2. An Overview of Collections.
3. Searching, Sorting, and Complexity Analysis.
4. Arrays and Linked Structures.
5. Interfaces, Implementations, and Polymorphism.
6. Inheritance and Abstract Classes.
7. Stacks.
8. Queues.
9. Lists.
10. Trees.
11. Sets and Dictionaries.
12. Graphs.