About Anaconda Help Download Anaconda

jim-hart / packages / pythonds 1.2.1

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

Installers

  • win-64 v1.2.1
  • win-32 v1.2.1

conda install

To install this package run one of the following:
conda install jim-hart::pythonds

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

© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.17) Legal | Privacy Policy