psads / pythonds3

Data Structures package for Problem Solving with Algorithms and Data Structures using Python
GNU General Public License v3.0
37 stars 17 forks source link

pythonds3

License: GPL v3 Supported Python versions PyPI version Build Status codecov

Data Structures package for Problem Solving with Algorithms and Data Structures using Python by Brad Miller and David Ranum.

The package is a supplement to Problem Solving with Algorithms and Data Structures using Python. It contains implementations of basic data structures, searching and sorting algorithms, trees, and graphs. Some implementation details are intentionally left out and readers are encouraged to complete them on their own.

Object-oriented programming

Basic data structures

Searching

Sorting

Trees

Graphs