Detection of PALINDROMES | Python recursive function to identify symmetric strings

Опубликовано: 21 Январь 2026
на канале: Computer Science Camp
230
2

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