502 views
0 votes
0 votes
device a binary search algorithm which splits the set not into 2 sets of almost equal size but into 2 sets of size one third and two third. what is the time complexity of the algorithm?

a)theta(nlogn)

b)theta(n)

c)theta(logn)

d)theta(n^2)

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
3
0 votes
0 votes
1 answer
4
NeelParekh asked Jul 27, 2023
277 views
If an array is split in the form of increasing and decreasing order then what is TC to find minimum element in the array?