mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-20 20:39:37 +00:00
[PR #834] [CLOSED] feat: Create LCS.c #1347
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/834
Author: @Santoshjonnakuti
Created: 5/25/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
5426f2eCreate LCS.cbc6a2d1Update LCS.ca798b5cUpdate dynamic_programming/LCS.c6e20315formatting filenamesa798b5c4e4ef142updating DIRECTORY.mdc692f8dUpdate and rename lcs.c to longest_common_subsequence.cppef98280updating DIRECTORY.md8549151Update longest_common_subsequence.cpp508e920docs: add comments to LCS algorithmf91d818Update longest_common_subsequence.cpp📊 Changes
2 files changed (+298 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+3 -0)➕
dynamic_programming/longest_common_subsequence.cpp(+295 -0)📄 Description
Added LCS algorithm
Description of Change
Added Longest common subsequence algorithm
References
Checklist
Notes: feat: Add LCS Algorithm
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.