
eBook - PDF
Data Structures and Algorithms in Python
- 768 pages
- English
- PDF
- Available on iOS & Android
eBook - PDF
Data Structures and Algorithms in Python
About this book
Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Structures and Algorithms in Python is the first authoritative object-oriented book available for Python data structures. Designed to provide a comprehensive introduction to data structures and algorithms, including their design, analysis, and implementation, the text will maintain the same general structure as Data Structures and Algorithms in Java and Data Structures and Algorithms in C++.
- Begins by discussing Python's conceptually simple syntax, which allows for a greater focus on concepts.
- Employs a consistent object-oriented viewpoint throughout the text.
- Presents each data structure using ADTs and their respective implementations and introduces important design patterns as a means to organize those implementations into classes, methods, and objects.
- Provides a thorough discussion on the analysis and design of fundamental data structures.
- Includes many helpful Python code examples, with source code provided on the website.
- Uses illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner.
- Provides hundreds of exercises that promote creativity, help readers learn how to think like programmers, and reinforce important concepts.
- Contains many Python-code and pseudo-code fragments, and hundreds of exercises, which are divided into roughly 40% reinforcement exercises, 40% creativity exercises, and 20% programming projects.
Frequently asked questions
Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Data Structures and Algorithms in Python by Michael T. Goodrich,Roberto Tamassia,Michael H. Goldwasser in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Python. We have over one million books available in our catalogue for you to explore.
Information
Table of contents
- Cover
- Title Page
- Copyright Page
- Preface
- Contents
- 1 Python Primer
- 2 Object-Oriented Programming
- 3 Algorithm Analysis
- 4 Recursion
- 5 Array-Based Sequences
- 6 Stacks, Queues, and Deques
- 7 Linked Lists
- 8 Trees
- 9 Priority Queues
- 10 Maps, Hash Tables, and Skip Lists
- 11 Search Trees
- 12 Sorting and Selection
- 13 Text Processing
- 14 Graph Algorithms
- 15 Memory Management and B-Trees
- A Character Strings in Python
- B Useful Mathematical Facts
- Bibliography
- Index