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
The current Trees.py visualization draws the arcs linking the nodes in the binary tree as starting and ending at the bottom or top of the node's circle. Here's a sample.
It would be preferable to have the arcs end at the centers of the nodes and be hidden behind the node's circle like this:
The node circles would need a fill color that is opaque so they obscure the line segments.
The text was updated successfully, but these errors were encountered:
The current Trees.py visualization draws the arcs linking the nodes in the binary tree as starting and ending at the bottom or top of the node's circle. Here's a sample.
It would be preferable to have the arcs end at the centers of the nodes and be hidden behind the node's circle like this:
The node circles would need a fill color that is opaque so they obscure the line segments.
The text was updated successfully, but these errors were encountered: