mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-24 22:39:34 +00:00
[PR #1266] [MERGED] feat: add dynamic_programming to CMake lists
#1865
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/1266
Author: @Panquesito7
Created: 6/9/2023
Status: ✅ Merged
Merged: 6/13/2023
Merged by: @Panquesito7
Base:
master← Head:dynamic_programming_cmake📝 Commits (4)
c064a77feat: adddynamic_programmingto CMake lists30fd140updating DIRECTORY.md709e379chore: fix minor doc. issues and indentationc747208Merge branch 'master' into dynamic_programming_cmake📊 Changes
3 files changed (+57 additions, -26 deletions)
View changed files
📝
CMakeLists.txt(+1 -0)➕
dynamic_programming/CMakeLists.txt(+18 -0)📝
dynamic_programming/lcs.c(+38 -26)📄 Description
Description of Change
dynamic_programmingfolder to CMake lists.Checklist
Added file name matches File name guidelinesAdded tests and example, test must passRelevant documentation/comments is changed or addedNotes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.