mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1198] [MERGED] Add matrix chain order #1784
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/1198
Author: @CascadingCascade
Created: 1/22/2023
Status: ✅ Merged
Merged: 2/3/2023
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (10+)
0e4ddbffeat: add Matrix Chain Orderba23895Merge branch 'master' of https://github.com/CascadingCascade/C8df6676updating DIRECTORY.mda9458c3Update dynamic_programming/matrix_chain_order.cf829411Update dynamic_programming/matrix_chain_order.cb49b81fUpdate dynamic_programming/matrix_chain_order.c9329ea1Update matrix_chain_order.c85c8cc3chore: apply suggestions from code reviewf9dff2eMerge branch 'TheAlgorithms:master' into masterce628b2chore: apply suggestions from code review📊 Changes
2 files changed (+94 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+3 -0)➕
dynamic_programming/matrix_chain_order.c(+91 -0)📄 Description
Description of Change
Add a matrix chain order algorithm
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.