Python Data Structures: Pocket Primer

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

As part of the best-selling Pocket Primer series, this book is designed to present the fundamentals of data structures using Python. Data structures provide a means to manage huge amounts of information such as large databases and the ability to use search and sort algorithms effectively. It is intended to be a fast-paced introduction to the core concepts of Python and data structures, illustrated with numerous code samples. Companion files with source code are available for downloading. FEATURES Begins with an introduction to Python, and covers recursion, strings, search and sort, linked lists, stacks, and more Features numerous code samples throughout Includes companion files with source code available for downloading.

Author(s): Oswald Campesato
Publisher: Mercury Learning and Information
Year: 2022

Language: English
Pages: 229

1: Introduction to Python
2: Recursion and Combinatorics
3: Strings and Arrays
4: Search and Sort Algorithms
5: Linked Lists
6: Linked Lists and Common Tasks
7: Queues and Stacks
Index