Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Nth Ugly Number" problem where you need to find the nth number whose prime factors are only 2, 3, and 5.

Run the code to see the output here...