tiborschneider / prefix-trie

Apache License 2.0
20 stars 4 forks source link

Implement the cover of prefixes #5

Closed tiborschneider closed 4 months ago

tiborschneider commented 4 months ago

This PR implements algorithms to obtain a cover of a prefix, that is, the sequence of all prefixes (and / or their values) that entails (covers) a given prefix.

This is a new attempt at implementing #4

TODO