suffix-tree
suffix-tree copied to clipboard
Dump tree to file
Hey,
Do you plan to add a function for dumping a tree into a file?
I've tried using pickle
, which works with a small tree, but when increasing it to a certain size, I got a recursion error:
RecursionError: maximum recursion depth exceeded in comparison