summaryrefslogtreecommitdiff
path: root/tests/tree_height.py
AgeCommit message (Collapse)Author
2019-01-10Tree height done!Haidong Ji
Fun exercise. Interesting to experience the mentality change of creating classes in Python, after first creating it in Java. I removed the parent property in Python class since it's not used. Object aliasing caused a bug that took me a bit to figure out.