Challenge: Egg Dropping Problem
Let's solve the famous egg dropping problem!
We'll cover the following...
Problem Statement
Given a tall skyscraper and a few eggs, write a function to figure out how many tries it would take to figure out which floor of the skyscraper that the eggs can be safely dropped from without breaking. Here are some ...