Algorithms Explained #1: Recursion

Understand when and how to use recursive solutions with examples in Python

Claudia Ng
Towards Data Science
5 min readOct 10, 2022

--

This is the first article in a series on explaining algorithms with examples in Python. This is intended for aspiring Data Scientists and Software Engineers or those wishing to brush up on algorithms in preparation for coding interviews.

Image by Gerd Altmann from Pixabay

--

--