Math, Logic and Recursion

Practice

Math, Logic and Recursion

We’ll use today’s class to prepare for the next two interviews, which will cover the following topics:

  • Math & Logic
  • Recursion

Practice

Math, Logic and Recursion

Note: in the Math & Logic interview, the focus will be on problem-solving rather than programming. The Recursion interview, however, will involve programming.

First steps

If you have trouble understanding recursive functions in Python, I recommend checking out the following materials:

Leetcode - How to

  • Solve at your own pace, choosing problems of varying difficulty levels.
  • Set the number of problems based on your available study time.

Leetcode Problems