Challenge for Binary Search Tree
Challenge
You will be given an list/array of numbers as input. Insert the numbers (in order) one-at-a-time into a binary search tree. Then print out the tree in pre-order.
Please sign in or sign up to submit answers.
Alternatively, you can try out Learneroo before signing up.