Project Euler #4
4. Largest palindromic product We find the highest palindromic number in a list, and discover a general form for the last (or first) item that passes a test, without testing every item. Problem https://projecteuler.net/problem=4 A palindromic number ...