Ryan hughjack
Profilo di
Nome | Ryan hughjack |
---|---|
Indirizzo email | reynolds99ca@gmail.com |
Avatar | ![]() |
Messaggi | 1 |
-
- 2025-06-23 10:04:29
- Re: Problem with Longest Common Substring
- Forum >> Programmazione Python >> Web e Reti
- Your revised code fixes the main issues like indexing and tracking the max substring length. Using a vector for the DP table and resetting values properly ensures correct computation. Just make sure variable names are consistent, and you'll get the expected output!