Find the minimum number of attempts needed in the worst case to determine the highest floor from which an egg can be dropped without breaking, using a purely recursive approach.
{
"E": 1,
"F": 5
}5{
"E": 2,
"F": 5
}3{
"E": 2,
"F": 6
}3Sign in to Run Code and Submit