edited by
1,083 views
1 votes
1 votes
When searching for the key value 50 in a binary search tree, node containing the key values 10, 30, 40, 70, 90, 120, 150, 175 are traversed, in any order. The number of different orders passing in which these keys values can occur on the search path from the root to node containing the value 50 are ________.
edited by

1 Answer

Related questions

0 votes
0 votes
1 answer
3