Longest Common Subsequence ProblemOh snap! Didn't even realize that. Okay, I was wrong, I should have coded and ran my algorithm first...
Longest Common Subsequence ProblemMy pseudocode is exactly what your real code is. Thats exactly my point. Its simple and straightforw...
Longest Common Subsequence Problem^ thats not pseudocode you wrote, thats actual code. I only presented the pseudocode in the style of...
Longest Common Subsequence ProblemThought my explanation was clear enough, but okay, here is the pseudocode below [code] int LCS_LENGT...
Longest Common Subsequence ProblemI'll have to look at the code later, but my question still stands: Why does the algorithm presented ...