How to Find Duplicate Number From Continuous Array? I got asked this very question a long time ago at an on-site interview. It is supposed to be one of the…
Posts tagged as “Algorithm”
After my last DP problem, I thought I would try another one. In this problem we are asked to find the longest common subsequence of chars between two words. I…
Today I finally decided to write down a dynamic programming question. It’s very cliche and gets asked a lot in interviews. Given two words we want to find the minimum…