Egg break -> N-1 and X-1 ; Eggs does not break -> N and K-X ; MIN of all Max(B,NB) + 1
i==0 && j==0 -> 0 ; same -> diagonal+1 ; diff -> Max(top,left)
i==0 && j==0 -> 0 ; same -> diagonal+1 - res=MAX(res,diagonal+1) ; diff -> 0
i==0 -> j ; j==0 -> i ; same -> diagonal ; diff -> Max(top,left)+1 (**top-remove,left-insert,diagonal-replace**)
if two operations are allowed insert and delete there are (m-lcs) delete operation and (n-lcs) insert operation