metoop / Dynamic-programming

MIT License
2 stars 7 forks source link

matrixChainMultiplication #10

Closed almas33 closed 4 years ago

almas33 commented 4 years ago

Created a Matrix Chain Multiplication Java program :- Their is a Input file which will be read by driver.java. driver.java extracts input in the form of array and has an object of MatrixChainMultiplication_Class.java which runs its method. MatrixChainMultiplication_Class.java is the algorithm based on top-down dynamic programming.