diff --git a/DP/Egg Dropping Puzzle/README.md b/DP/Egg Dropping Puzzle/README.md index 799ebd35..a209ba2f 100644 --- a/DP/Egg Dropping Puzzle/README.md +++ b/DP/Egg Dropping Puzzle/README.md @@ -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.