type struct Node { x Data l *Node r *Node }
Given the struct above, I am working on various implementations of binary search trees, all within