Reduction

Get to know how to reduce a problem to a simpler one using recursion.

What is reduction?

Reduction is the single most common technique used in designing algorithms. Reducing one problem XX to another problem YY means to write an algorithm for XX ...