Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DP/Egg Dropping Puzzle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Suppose there is a building with n floors, if we have m eggs, then how can we fi

There some important points to remember:

When an egg does not break from a given floor, then it will not break for any lower floor also.
If an egg breaks from a given floor, then it will break for all upper floors.
When an egg breaks, it must be discarded, otherwise, we can use it again.
- When an egg does not break from a given floor, then it will not break for any lower floor also.
- If an egg breaks from a given floor, then it will break for all upper floors.
- When an egg breaks, it must be discarded, otherwise, we can use it again.