This website requires JavaScript.
Explore
Help
Register
Sign In
algorithm
/
Python
Watch
1
Star
0
Fork
0
You've already forked Python
mirror of
https://github.com/TheAlgorithms/Python.git
synced
2026-03-13 09:50:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e40d4a25f9b7a58d08fdc5d247a25cb226a46d21
Python
/
dynamic_programming
/
longest_common_subsequence.py
Rwithik Manoj
d4151bd516
Fix possible error in longest_common_subsequence.py (
#1163
)
...
The comparison at line 53 was not checking if (j > 0).
2019-08-31 13:40:50 +02:00
2.0 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink