Skip to main content

Package for an indexable circular array data structure.

Project description

PyPI grscheller.circular-array project

Circular Array

Overview

The CircularArray class implements an auto-resizing, indexable, double sided queue data structure. O(1) indexing and O(1) pushes and pops either end. Useful if used directly as an improved version of a Python List and in the implementation of other data structures in a "has-a" relationship.

Usage

from grscheller.circular_array.ca import CircularArray

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grscheller_circular_array-3.1.0.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

grscheller_circular_array-3.1.0-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page