JonasHUL / Algorithms-Fork-Group-15

A collection of algorithms and data structures
MIT License
0 stars 0 forks source link

Improve coverage for lcs() #13

Closed oscols closed 1 year ago

oscols commented 1 year ago

lcs() in /dp/LongestCommonSubstring.java (CNN = 15)

oscols commented 1 year ago

Null and 0 length test cases

oscols commented 1 year ago

This was before the tests:

image

After four added tests to lcs():

image