-
Updated
Aug 6, 2024 - Python
matrix-chain-multiplication
Here are 25 public repositories matching this topic...
Optimum chain matrix product using dynamic programming.
-
Updated
Mar 3, 2022 - C++
Matrix chain multiplication (or Matrix Chain Ordering Problem, MCOP) is an optimization problem that can be solved using dynamic programming. Given a sequence of matrices, the goal is to find the most efficient way to multiply these matrices. The problem is not actually to perform the multiplications, but merely to decide the sequence of the mat…
-
Updated
Oct 31, 2019 - C++
C Program
-
Updated
Oct 25, 2018 - C
Dynamic Programming Practical Implementations.
-
Updated
Feb 10, 2021 - Python
Assignments from Algorithms Course like - All pairs shortest path, Common Substrings, Huffman Coding, K-nary Heaps, KMP, Line Sweep, Matrix Chain Multiplication, Maximum Flow, Quick Sort, Strongly Connected Components
-
Updated
Jan 31, 2017 - Java
Java Solutions to some common DP problems
-
Updated
Mar 7, 2021 - Java
Determining the optimum number of operations of a product of matrices using dynamic programming.
-
Updated
Oct 26, 2021 - C++
My Data-Structures and Algorithms codes for CSE 203 Course.
-
Updated
Jul 6, 2019 - C++
In this repository i am going to keep some of the important notes and programs which are most useful while Coding.
-
Updated
Apr 6, 2023 - Java
📈 Welcome to the Design and Analysis of Algorithms Repository! 📚✨ Immerse yourself in a meticulously curated knowledge pool on algorithmic design and analysis. 🌐💡 Explore the intricacies of crafting efficient algorithms and navigating problem-solving strategies. 🚀🔍 Master the art of algorithmic exploration in this dynamic space! 👨💻🧮
-
Updated
Dec 22, 2023 - C
An OOP project which can simulate six different types of dynamic programming based problems
-
Updated
Jul 17, 2020 - Java
Code samples that demonstrate the algorithms learnt during the course. Used as a preparation (not only ;)) for the exam.
-
Updated
Jul 25, 2021 - Java
Important Algorithms for coding interviews 📚
-
Updated
Nov 17, 2020
Parallel Programming exercise
-
Updated
Dec 11, 2018 - C
My DP Concepts
-
Updated
Aug 5, 2020 - C++
Implementations of most algorithms learnt in the course UE18CS311
-
Updated
Apr 29, 2023 - C
Contains the code of different DP problems. ie. 0/1 knapsack, unbounded-knapsack, Fibonacci, and different variations of similar problems.
-
Updated
Oct 31, 2020 - Java
This repository is all about various concepts related Dynamic Programming.It also contains solutions to problems from various online judges, organized by topic.
-
Updated
May 23, 2021 - C++
Here are some of my Data structures and algorithms created in Java Programming Language using IntelliJ IDE.
-
Updated
May 13, 2018 - Java
Improve this page
Add a description, image, and links to the matrix-chain-multiplication topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the matrix-chain-multiplication topic, visit your repo's landing page and select "manage topics."