...

/

Challenge: Egg Dropping Problem

Challenge: Egg Dropping Problem

Let's solve the famous egg dropping problem!

Problem statement

Given a tall skyscraper and a few eggs, write a function to figure out how many tries it would take to find which floor of the skyscraper from which the eggs can be safely dropped without breaking. Here are some rules;

...