pytrie is a pure Python (2 and 3) implementation of the trie data structure.
A trie is an ordered tree data structure that is used to store a mapping where the keys are sequences, usually strings over an alphabet. In addition to implementing the mapping interface, tries allow finding the items for a given prefix, and vice versa, finding the items whose keys are prefixes of a given key.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
0.3.1-bp156.3.1 info | GA Release | 2023-07-22 | 15 SP6 |
|
|
0.3.1-bp155.2.10 info | GA Release | 2023-05-22 | 15 SP5 |
|
|
0.3.1-bp154.1.27 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
0.3.1-bp153.1.18 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
0.3.1-bp152.1.12 info | GA Release | 2020-04-17 | 15 SP2 |
|
|