摘要: 归并排序是分治法(Divide-and-Conquer)的典型应用: Divide the problem into a number of subproblems. Conquer the subproblems by solving them recursively. if the subproblem sizes are small enough, just sovle the subp... 阅读全文
posted @ 2010-05-13 14:17 Jerry Chou 阅读(1644) 评论(0) 推荐(0)