0
3.0kviews
2015 6(a) binary search tree
written 3.3 years ago by | modified 3.3 years ago by |
What is Binary Search Tree (BST)? Construct a BST for the following numbers: 47, 55, 23, 17, 39, 11, 50, 9, 19, 74, 33, 28 Show all the steps. Write its preorder traversal
ADD COMMENT
EDIT
1 Answer