There was an error while loading. Please reload this page.
data-structures-algorithms-python/data_structures/9_Binary_Tree_2/Exercise/binary_tree_part_2_exercise.py
Line 64 in 6b8a495
If self.right is None: return self.left #64 line