Question: pseudo code only no coding in necessary (a) Design a variant binary search algorithm which splits the set not into 2 sets of equal sizes
pseudo code only no coding in necessary

(a) Design a variant "binary" search algorithm which splits the set not into 2 sets of equal sizes ( and ), but into 2 sets of sizes one quarter (14) and three quarters (3/4) (b) Give the recurrence relations of your algorithm. (c) How does this algorithm compare with the original binary search in both the best case complexity and the worst case complexity
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
