filo stack
Project description
AutoDropStack
Simple first in last out stack data structure
pip install autodropstack
from autodropstack import AutoDropStack
stack = AutoDropStack(3)
stack.push(1)
stack.push(2)
stack.push(3)
stack.push(4)
stack.push(5)
assert stack.stack == [3, 4, 5]
License
Author
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
autodropstack-1.1.0.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file autodropstack-1.1.0.tar.gz
.
File metadata
- Download URL: autodropstack-1.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a1b045ae23a3ff65e0ce2f7c77c8370e0bfd7fcb416e48ed3a594c5f43c4bb9 |
|
MD5 | 9bb5d5be2f98c608849605d3ed78b12b |
|
BLAKE2b-256 | 7a4eb52d7d2280111585b672254770c9375dc548fb8f55abe28f96827504ced2 |
File details
Details for the file autodropstack-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: autodropstack-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9af168744dd387f3e484c3f6056bc60bcd9470d6a50f8c134840836cf540124d |
|
MD5 | e51fa548f665ab91bb4b9d12cf28c378 |
|
BLAKE2b-256 | d6fdd1ea2ffc1f68e4d090f6e91b3de8620e4e86a71e3430493f1c5f094d374a |