Skip to main content

Module grscheller.circular_array - circlar array datastructure

Project description

PyPI grscheller.circular-array Project

Python package containing the CircularArray data structure.

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 as an improved version of a Python list. Used in a has-a relationship by grscheller.datastructure when implementing other data structures where its functionality is more likely restricted than augmented.

For detailed API documentation click here.

Usage

from grscheller.circular_array.circulararray 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-0.1.1.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

grscheller_circular_array-0.1.1-py3-none-any.whl (8.5 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