Treffer: Hands-On Data Structures and Algorithms with Python

Title:
Hands-On Data Structures and Algorithms with Python
Source:
2018
Publisher Information:
Packt Publishing; 2018
Added Details:
Benjamin Baka
Document Type:
E-Ressource Electronic Resource
Availability:
Open access content. Open access content
Note:
English
Other Numbers:
ESODI oai:odilo.es:00145423
1252837350
Contributing Source:
ODILO
From OAIster®, provided by the OCLC Cooperative.
Accession Number:
edsoai.on1252837350
Database:
OAIster

Weitere Informationen

Learn to implement complex data structures and algorithms using Python

Key Features

Understand the analysis and design of fundamental Python data structures</li> Explore advanced Python concepts such as Big O notation and dynamic programming</li> Learn functional and reactive implementations of traditional data structures</li></ul>

Book Description

Data structures allow you to store and organize data efficiently. They are critical to any problem, provide a complete solution, and act like reusable code. Hands-On Data Structures and Algorithms with Python teaches you the essential Python data structures and the most common algorithms for building easy and maintainable applications.This book helps you to understand the power of linked lists, double linked lists, and circular linked lists. You will learn to create complex data structures, such as graphs, stacks, and queues. As you make your way through the chapters, you will explore the application of binary searches and binary search trees, along with learning common techniques and structures used in tasks such as preprocessing, modeling, and transforming data. In the concluding chapters, you will get to grips with organizing your code in a manageable, consistent, and extendable way. You will also study how to bubble sort, selection sort, insertion sort, and merge sort algorithms in detail.By the end of the book, you will have learned how to build components that are eas