pytrie
pytrie copied to clipboard
can i add weight for every node?
can this program add weight for every node?
I think the answer is yes - the documentation outlines all of the places you can subclass/override the Trie and Node classes as well as their internal factory functions. I think you're on your own on how to implement that, especially with such a minimal description of the problem you're trying to solve