Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Super Egg Drop" problem where you minimize the number of trials to find the critical floor using dynamic programming.

Run the code to see the output here...