345 views
2 votes
2 votes

Please log in or register to answer this question.

Related questions

340
views
1 answers
0 votes
rupamsardar asked Sep 17, 2023
340 views
when searching for the key 60 in a binary search tree containing nodes: 10,20,40,50,70,80,90 are traversed, not nessesarily in this same order.How many different orders a...
363
views
0 answers
0 votes
altamash asked Nov 26, 2018
363 views
Consider an empty binary search tree of height -1. We need to feel following sequence of numbers in it: 11, 12, 13, 14, 15, 16, 17. The number of ways in which the number...
19.2k
views
1 answers
1 votes
pradeepchaudhary asked Aug 19, 2018
19,179 views
8. What are the worst case and average case complexities of a binary search tree?a) O(n), O(n)b) O(logn), O(logn)c) O(logn), O(n)d) O(n), O(logn)
825
views
1 answers
0 votes
poojasharma123 asked Jul 13, 2018
825 views
Consider an empty binary search tree of height -1. We need to feel the following sequence of numbers in it: 11, 12, 13, 14, 15, 16, 17. The number of ways in which the nu...