Jump to ratings and reviews
Rate this book

Fundamentals of Python: Data Structures

Rate this book
Written for computer programming students, hobbyists, and professionals, FUNDAMENTALS OF 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 DATA STRUCTURES.

496 pages, Paperback

First published November 6, 2013

8 people are currently reading
50 people want to read

About the author

Kenneth A. Lambert

58 books5 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
5 (22%)
4 stars
12 (54%)
3 stars
4 (18%)
2 stars
1 (4%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for M. .
212 reviews20 followers
March 14, 2021
A well-written book. Definitely not for a beginner with a bit steep reading curve but worth the hassle. Definitely recommended for the advanced Pythonista.
Happy Pythoning!
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.