mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-22 23:14:45 +00:00
[PR #1034] [CLOSED] Added program for matrix chain multiplication #1581
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/1034
Author: @tusharnain
Created: 10/11/2022
Status: ❌ Closed
Base:
master← Head:tushar📝 Commits (1)
4095498Added program for matrix chain multiplication📊 Changes
1 file changed (+26 additions, -0 deletions)
View changed files
➕
dynamic_programming/matrix_chain_multiplication.c(+26 -0)📄 Description
Description of Change
I added a C program for matrix chain multiplication using bottom up approach of dynamic programming
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.