Multiple-Size Divide-and-Conquer Recurrences
General Literature
2007-05-23 v1 Data Structures and Algorithms
Abstract
This short note reports a master theorem on tight asymptotic solutions to divide-and-conquer recurrences with more than one recursive term: for example, T(n) = 1/4 T(n/16) + 1/3 T(3n/5) + 4 T(n/100) + 10 T(n/300) + n^2.
Cite
@article{arxiv.cs/0101011,
title = {Multiple-Size Divide-and-Conquer Recurrences},
author = {Ming-Yang Kao},
journal= {arXiv preprint arXiv:cs/0101011},
year = {2007}
}