Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am r34117y on github.
* I am r34117y (https://keybase.io/r34117y) on keybase.
* I have a public key ASDUZQDYj916E-k0sD9q2pdpKqgD88tVwVZvR9sTVVYRKgo
To claim this, I am signing this object:
/**
* Example of Minimization of Maximum Regret
*
*/
class EggProblem {
public function __construnct(int $OfFloors = 100, int $nOfEggs = 2)
{
this->nOfFloors = $nOfFloors;
this->nOfEggs = $nOfEggs