Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 313 Bytes

File metadata and controls

3 lines (3 loc) · 313 Bytes

Multiple_Matrices_Multiplication

An algorithm that performs multiplication of any number of matrices whose sizes are user defined and are dynamically allocated in memory.

This is a memory allocation and pointers exercise that i had in mind. It's not dummy-proof, just make a zero entry to exit.