Divide and Conquer algorithm problems tutorial

Publicado el: 09 noviembre 2014
en el canal de: Debarghya Mukherjee
118,642
416

Divide and conquer is an algorithm design paradigm based on multi-branched recursion. A divide and conquer algorithm works by recursively breaking down a problem into two or more sub-problems of the same (or related) type, until these become simple enough to be solved directly. The solutions to the sub-problems are then combined to give a solution to the original problem.

Divide and Conquer is an algorithmic paradigm. A typical Divide and Conquer algorithm solves a problem using following three steps.

1. Divide: Break the given problem into sub-problems of same type.
2. Conquer: Recursively solve these sub-problems
3. Combine: Appropriately combine the answers

Following are some standard algorithms that are Divide and Conquer algorithms.

1) Binary Search
2) Quicksort
3) Merge Sort


Contact:
Debarghya Mukherjee
(+91)-9038787021
debarghya_mkr@yahoo.com


En esta página del sitio puede ver el video en línea Divide and Conquer algorithm problems tutorial de Duración hora minuto segunda en buena calidad , que subió el usuario Debarghya Mukherjee 09 noviembre 2014, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 118,642 veces y le gustó 416 a los espectadores. Disfruta viendo!