struct node { union info payload; struct node *left; struct node *right; };