Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Egg Dropping Problem" where you must find the minimum number of trials to determine the highest floor an egg can be dropped from without breaking.

Run the code to see the output here...