Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the minimum number of trials needed to find the critical floor in the "Egg Dropping Problem" using dynamic programming.

Run the code to see the output here...