I did a binary search recurrence relation using master's theorem and one using the iterative method. With the iterative method I got log2(n). However, with the master's theorem it was case 2 which is log(n).
Is there a reason why the master's theorem doesn't have a base 2 for the logarithm, or am I just doing something wrong?