From the course: Python: Recursion

The power of recursion - Python Tutorial

From the course: Python: Recursion

Start my 1-month free trial

The power of recursion

- [Robin] Recursion is a fundamental concept in computer science and software development. It is a powerful technique for breaking down complex problems into smaller, more easily managed problems. And for this reason, knowledge of recursion is very often tested in interviews for software developer positions at major tech companies. In this course, we will explore the topic of recursion in depth, starting with the basic concepts and progressing to some advanced applications. We will explore many examples of recursive algorithms to solve a wide range of software problems. Hi, there I'm Robin Andrews. I'm a computer science teacher from the UK and I run an education business called Compucademy. I invite you to join me on my course on LinkedIn Learning where we will explore the concepts, techniques, and applications of recursion in a fun and accessible way using the Python programming language.

Contents