Hello All,

I am a newbie to python language. I need your help in implementation of
Binary tree in python. I have a count of nodes and I need to draw a binary
tree. Suppose if count is 5 then tree will look like
                                                                  1
                                                                 /   \
                                                               /       \
                                                              2         3
                                                             /             \
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to