LINKS TO FULL CONTENT
Full lesson: https://computersciencecamp.com/cours...
Full course: https://computersciencecamp.com/cours...
FULL LESSON DESCRIPTION
In this lesson, I’ll continue discussing recursion through another numeric algorithm – the calculation of Fibonacci numbers. In the second part of the lesson, it’ll be time for you to get to work and design your own recursive function: one that identifies symmetric strings, also known as ‘palindromes’.
FULL LESSON CONTENT
Part 1. Fibonacci numbers
Part 2. Problem: Identifying palindromes