Implemented the RANRUT algorithm, with tests.
Compare changes
+ 71
− 1
@@ -102,4 +102,74 @@ def gen_random_tree(size,degree=None,height=None):
\ No newline at end of file
\ No newline at end of file
Implementation of the RANRUT algorithm with tests.