Hello All,<div><br></div><div>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</div>
<div>                                                                  1</div><div>                                                                 /   \</div><div>                                                               /       \ </div>
<div>                                                              2         3</div><div>                                                             /             \</div><div><br></div>