Which is the best data structure that can be used to implement Binary Tree in Python?
+2
A:
I would go for 2 custom classes Tree and Node like in this small example.
bassfriend
2010-04-08 10:08:15