3-Palindromes ◦ Studied the heavily case-based algorithmic proof of the theorem: Every positive integer is a sum of three palindromic numbers. ◦ Implemented the 37-page long algorithm to calculate the 3 palindromic numbers in C++ using OOP concepts.