Skip to content

Added chain matrix multipliaction (problem) in the dynamic programming section #3486

@Nyctophiliac1918

Description

@Nyctophiliac1918

This program will return the minimum number of multiplications needed to multiply the chain of matrices. Matrices A, B, C, D can be multiplied in ways such as (ABC)D, (AB)(CD), A(BC)D, etc. So, for finding the method with the minimum number of multiplications, this functions proves to be useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleUsed to mark an issue or pull request stale.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions