Package grscheller.datastructures
Python datastructures which do not throw exceptions.
Expand source code
"""Python datastructures which do not throw exceptions."""
__version__ = "0.2.1.0"
from .dqueue import *
from .stack import *
Sub-modules
grscheller.datastructures.dqueue
-
Double sided queue …
grscheller.datastructures.stack
-
LIFO stack …
grscheller.datastructures.tests
-
pytest testsuite …