2018
DOI: 10.13052/jcsm2245-1439.743
|View full text |Cite
|
Sign up to set email alerts
|

Enhanced Matrix Chain Multiplication

Abstract: Let A 1 , A 2 ,....An be the given sequence of n matrices, generally matrix chain multiplication algorithm is used to obtain its-product with minimum cost(lowest cost). However the matrix chain multiplication is a dynamic programming paradigm and takes O(n 3 ) computational complexity. Here we present improved algorithm for matrix chain multiplication with minimum space and time complexities. The viability of this new algorithm is demonstrated using few examples and the performance is computationally verified.… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2019
2019
2021
2021

Publication Types

Select...
2
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(3 citation statements)
references
References 4 publications
0
3
0
Order By: Relevance
“…Follow the same procedure for all remaining elements in the array until the elements are sorted [1]. Applications of Selection Sort are, it is used for small data sets and can be used in Embedded System [11].…”
Section: Min_ Min_ + = Positiion Positionmentioning
confidence: 99%
See 1 more Smart Citation
“…Follow the same procedure for all remaining elements in the array until the elements are sorted [1]. Applications of Selection Sort are, it is used for small data sets and can be used in Embedded System [11].…”
Section: Min_ Min_ + = Positiion Positionmentioning
confidence: 99%
“…Sorting algorithms are widely used in different applications like finding duplicates from a set of elements, Ranking i.e. for a given set of elements finding the minimum and maximum, median, numerical applications, Matrix chain Multiplication [1], Kruskal algorithm and in searching. Searching can be done easily after performing the sorting.…”
Section: Introductionmentioning
confidence: 99%
“…In this series, parallelization of can be solved using DP approach with time and space complexity O(n 3 ) and O(n 2 ), respectivelly. However, various heuristics are also experimented to reduce the time complexity for this category of computation [33].…”
Section: MCMmentioning
confidence: 99%