Let $$T(n) = 2T(n/2) +n \log(n)$$ Why does this fall under the second case? after applying the logic i get that $$n^{\log_22} = n$$ Than follows $$n < nlog(n)$$ So isn't this suppose to fall under the third case? Thanks!
Master theorem: https://en.wikipedia.org/wiki/Master_theorem_(analysis_of_algorithms)