Talk:Divide and conquer algorithm

From Wikipedia, the free encyclopedia

This article is within the scope of the following WikiProjects:

[edit] Usage

what percentage of people use the divide and copnquer method?

100% of programmers. You cannot get around it. -71.136.79.237


RE: "One commonly argued disadvantage of a divide-and-conquer approach is that recursion is slow"

Surely not. Function calls are fast and tail calls can be branches...!!!!!