...

/

Challenge: Egg Dropping Problem

Challenge: Egg Dropping Problem

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 can the eggs be safely dropped without breaking. Here are some rules;

  • An egg
...