Longest Common Substring Dynamic Programming

preview_player
Показать описание
Longest Common Substring Dynamic Programming
Рекомендации по теме
Комментарии
Автор

There is this popular doubt on: why putting 0 if the characters don't match? Also what does matrix[][] actually represent: is it the length of the LCS so far? if yes then the above question is something seriously to be thought of!

vyshnavramesh