Recursion: Divide and Conquer

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

How does Divide and Conquer work?

A divide-and-conquer algorithm works by recursively breaking the problem down into two or more subproblems of the same or related type, until these subproblems become simple enough to be solved directly. Then one combines the results of subproblems to form the final solution.

What are two examples of Divide and Conquer algorithms?

Merge Sort Quick Sort

What are the general steps to implement Divide and Conquer?

There are in general three steps that one can follow in order to solve the problem in a divide-and-conquer manner. 1. Divide. Divide the problem {S}S into a set of subproblems: \{S_1, S_2, ... S_n\}{S1​,S2​,...Sn​} where {n \geq 2}n≥2, i.e. there are usually more than one subproblem. 2. Conquer. Solve each subproblem recursively. 3. Combine. Combine the results of each subproblem.


Set pelajaran terkait

Weather and the Atmosphere Final Exam

View Set

Week 2: Amino Acid and Protein Structure

View Set

American History - Unit 4 Lesson 4

View Set

ACT I ACT II- "A Man For All Seasons" Study Guide

View Set

Chapter 1 Food, Nutrition & Health

View Set

NURS 1141 practice questions exam 4 new content

View Set

CFA 6: Financial Analysis Techniques

View Set