You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @01joy ,
Thanks for trying this, I think the algorithm didn't consider the size of the content of each node when drawing. For example draw_level_order('{3,9,20,1,2,5,7}') draws
3
/ \
/ \
/ \
9 20
/ \ / \
1 2 5 7
If you find a way to solve this, open up a pull request :)
Hi msbanik,
The library is pretty cool, but I wonder can siblings nodes' height be the same?
For example, code:
it generates:
Can node 1,2 and node 15,17 be in the same level?
Thank you.
The text was updated successfully, but these errors were encountered: