walkccc / CLRS

📚 Solutions to Introduction to Algorithms Third Edition
https://walkccc.me/CLRS
MIT License
4.63k stars 1.26k forks source link

Update 15.4.md #439

Closed alirazamumtaz closed 2 years ago

alirazamumtaz commented 2 years ago

One print statement was missing in the base case. If we skip that one, then it won't print the first character that was common in LCS.

walkccc commented 2 years ago

I think we don't need this. Feel free to open it.