Custom Stack & Queue
Project description
CyStack
Installation
pip install CyStack
CyStack: Iterator
Integer FILO Data Structure
- push: adds an int value to the stack
- pop: removes and returns the newest int value
- Implements:
__init__
: Takes any iterable__iter__
: Iterator__len__
: Size__str__
: String
CyQueue: Iterator
Integer FIFO Data Structure
- push: adds an int value to the queue
- pop: removes and returns the oldest int value
- Implements:
__init__
: Takes any iterable__iter__
: Iterator__len__
: Size__str__
: String
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
CyStack-0.1.3.tar.gz
(44.5 kB
view hashes)
Built Distribution
Close
Hashes for CyStack-0.1.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff6ce96aa8ffd7400a7038d503af8c72dd6e57d091d095f32b9ac09e21153465 |
|
MD5 | 59bc52303fbc2564cbe209a826a9926f |
|
BLAKE2b-256 | 38bc5b507970d720d762fe46a13ef1692d064000c37a9565d8ab27183808ee45 |