I need help constructing a binary search tree for the following nodes:
14, 2, 1, 87, 32, 112, 68, 31, 61, 22, 44, 34. This is for a homework assignment. This is what I have so far. If someone could tell me if it is right, or point me in the right direction, that would be great. Thank you!