The Power and Perils of Recursion
We'll cover the following
Recursion with divide and conquer
Using recursion we can apply the divide and conquer technique: solve a problem by implementing solutions to its subproblems. For example, here’s a piece of Kotlin code to perform one implementation of the quick sort algorithm:
Get hands-on with 1200+ tech skills courses.