Hello I am taking Introduction to algorithm class this semeseter. However I have some problem in calculating time complexity of median of medians algorithm (here).
I'm wondering how to get T(n)<=10cn from T(n)<=T(0.2n)+T(0.7n)+cn..
I think I cannot apply mater theorem to the expression above and wikipedia says I should use induction but I don't know How..
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…