Divide and conquer algorithms

The Eric Normand Podcast - A podcast by Eric Normand

Categories:

The divide and conquer pattern is a widely used functional programming pattern. It lets you turn potentially hard problems into trivial problems and then recombine the answers.