moghya / dsalglib

This is improved and stable version of dsalib ready to use C++ data structures and algorithms template library
http://moghya.me/dsalglib
29 stars 27 forks source link

Added Matrix operations in matrix.h file #45

Open yashwanthyash225 opened 3 years ago

yashwanthyash225 commented 3 years ago

Here matrix is a 2D array which means array< array > data structure. Added many matrix operations that can be used frequently.