Skip to content

Python class for a circular array data structure. Source code for my PyPI grscheller.circlular-array project.

License

Notifications You must be signed in to change notification settings

grscheller/circular-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 import CircularArray


About

Python class for a circular array data structure. Source code for my PyPI grscheller.circlular-array project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages