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 has been archived by the owner on Jan 10, 2023. It is now read-only.
It would be great to have some functions similar in logic to os.walk e.g. top down, breadth first and bottom up depth first "postorder" traversal of the trie.
The text was updated successfully, but these errors were encountered:
traverse can be used to implement breadth-first traversal. As a matter of fact it can be used to do whatever one wishes. Having said that, post-order should be rather simple to add to iteritems so I’ll go ahead and do that (not sure when though).
It would be great to have some functions similar in logic to os.walk e.g. top down, breadth first and bottom up depth first "postorder" traversal of the trie.
The text was updated successfully, but these errors were encountered: