mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1164] [MERGED] add LCS algorithm (dynamic programming approach) #1734
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/1164
Author: @itskurtz
Created: 11/26/2022
Status: ✅ Merged
Merged: 12/24/2022
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (10+)
2f1224afeat: add lcs dynamic programming algorithm4c3d76aupdating DIRECTORY.md48add51Merge branch 'TheAlgorithms:master' into master7588f5bupdating DIRECTORY.md16436d4fix: fix unused parameters in lcs algorithmdb627d3Merge branch 'master' of github.com:itskurtz/C5df9088fix: lcs algorithm typo removed unused parameter in test23f6b9eUpdate dynamic_programming/lcs.c5fd8d74Update dynamic_programming/lcs.cf05a5acUpdate dynamic_programming/lcs.c📊 Changes
2 files changed (+181 additions, -22 deletions)
View changed files
📝
DIRECTORY.md(+28 -22)➕
dynamic_programming/lcs.c(+153 -0)📄 Description
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.