Developer-Students-Club-MAIT / cool_code_snippets

This is a repository for adding not so popular/known but very useful and cool code snippets in any language or framework that the community might benefit from
MIT License
12 stars 16 forks source link

Longest Common Subsequence in C++ #52

Closed SrijitaSarkar99 closed 4 years ago

SrijitaSarkar99 commented 4 years ago

Added markdown file containing code snippet to find the longest common subsequence in c++

sakshamarora1 commented 4 years ago

Move lcs.md outside of the folder as there is no need for an extra folder level. Also rename the the file to what the folder name was. Apart from that, everything looks good!