Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFixes: #3486 #3489
Fixes: #3486 #3489
Conversation
I don't know what is happening that those tests couldn't pass. Please help me if you could. |
Describe your change:
This program returns the minimum number of multiplications needed to multiply the chain. Matrices A, B, C, D can be multiplied in the ways such as (ABC)D, (AB)(CD), A(BC)D, etc. So, for finding the method with minimum number of multiplications, this functions proves to be useful.
Checklist:
Fixes: #{$ISSUE_NO}
.