Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Egg Dropping Problem" to minimize the number of trials needed to find the critical floor from which an egg will break using dynamic programming.

Run the code to see the output here...