I was trying to solve this problem on LC:
https://leetcode.com/problems/super-egg-drop/
I am unable to understand the exact question. What does this mean: You need to know minimum number of drops/moves in worst case for a given number of floors and eggs, mean?
For e.g. Let's say I have 1 egg and 100 floors, then if I drop the egg from one floor, then there's a chance that it breaks - in this case we can't give any minimum number of moves right (I mean, if you drop the egg from a floor and it breaks, then you can't conclude anything right - i.e. in this case we don't know the actual floor number right)?
I am unable to understand what exactly is the question asking, so can someone help me understand the question.
Please don't share your approaches towards the answer, please help me only in understanding the problem.
Thank you!