CMD + K

pythonds

Community

Data structures package for Problem Solving with Algorithms and Data Structures using Python

Installation

To install this package, run one of the following:

Conda
$conda install jim-hart::pythonds

Usage Tracking

1.2.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

pythonds module used in the online book Problem Solving with Algorithms and Data Structures using Python by Bradley N. Miller and David L. Ranum .

Problem Solving with Algorithms and Data Structures using Python

================================================================

This book, available from Franklin Beedle, and online at http://interactivepython.org defines and then uses several common data structures.

This python package contains all of the common data structures and implementations of some algorithms as presented in the book. These include

  • Stack
  • Queue
  • Dequeue
  • List
  • Priority Queue
  • Tree
    • binary tree
    • binary heap
    • balanced binary tree
    • binary search tree
  • Graphs
    • adjacency list representation

About

Summary

Data structures package for Problem Solving with Algorithms and Data Structures using Python

Last Updated

Aug 12, 2017 at 08:32

License

GNU General Public License v3 or later (GPLv3+)

Supported Platforms

win-32
win-64