(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 third (1/3) and two thirds (2/3).
(b) How does this algorithm compare with the original binary search in both the best case
and the worst case?