# Session 6 — Conditionals vs. Functions

## Problems
- Palindrome (2 solutions: if-based, then functions): https://codeforces.com/problemset/problem/2234/B
- Functions: https://codeforces.com/group/lRRb3iToWJ/contest/710988/problem/K

## Recording
- https://drive.google.com/file/d/1m2HOLGQ18exQ5JEbostVhw22ve5jggtU/view

## Concepts covered
Why to move from an if-based solution to a function-based one, using the
palindrome problem as the motivating example.
