Divide and conquer algorithms
The Eric Normand Podcast - Un pódcast de Eric Normand
Categorías:
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.