Ctrie

Latest version: v0.1.1

Safety actively analyzes 619231 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.0

------

- ``__eq__`` added to compare two compact tries
- ``subtree`` added to extract a subtree from a given trie

- ``values`` method fixed for empty strings

0.1.1

------

- ``__iter__`` and ``__contains__`` added
- ``__iadd__`` implemented, allowing you to extend a trie with `+=` and an
iterable

0.1.0

------

- memory footprint reduced
- ``len`` support
- ``height`` and ``values`` methods added

0.0.1

------

- initial release
- support for ``add`` and ``remove`` operations
- full online documentation

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.