caesar0301 / treelib

An efficient implementation of tree data structure in python 2/3.
http://treelib.readthedocs.io/en/latest/
Other
800 stars 185 forks source link

Add sorting parameter for show() and save2file() #180

Closed HollowMan6 closed 1 year ago

HollowMan6 commented 3 years ago

Resolve #170 with show(sorting=False) to display the tree while maintaining insertion order.

Signed-off-by: Hollow Man hollowman@hollowman.ml

caesar0301 commented 1 year ago

More UTs are required

HollowMan6 commented 1 year ago

It's such a surprise to finally see a response for my PR that is opened 2 years ago! I can't remember the details of this PR at all, but still will check to see if I can help contribute to this later anyway.

HollowMan6 commented 1 year ago

Hey @caesar0301 ! Just add the test case according to the issue description here: https://github.com/caesar0301/treelib/issues/170#issue-719223824