Talk:Threaded binary tree
Appearance
Diagram
This article needs a cell-arrow diagram like the other tree and linked list articles have. On my to-do list. Dcoetzee 04:57, 11 February 2008 (UTC)
- Someone else took care of it. Great job. :-) Dcoetzee 22:55, 15 February 2008 (UTC)
"This is possible, because if a node (k) has a right child (m) then m's left pointer must be either a child, or a thread back to k" Isn't that not true for node H in the diagram? Node H has no right child but its right->left linked back to itself.