You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
1.0 release. \o/
- The module has been renamed from ``trie`` to ``pygtrie``. This
could break current users but see documentation for how to quickly
upgrade your scripts.
- Added ``traverse`` method which goes through the nodes of the trie
preserving structure of the tree. This is a depth-first traversal
which can be used to search for elements or translate a trie into
a different tree structure.
- Minor documentation fixes.