MoazHassan2022/Matrix-Flatten
This application was implemented for a task to get an internship in Master Micro Company. It is a Console app that takes 3 inputs: 3 Dimensions of the matrix wanted, Elements of the matrix and 3 D index. Then it outputs 1 D index of the flattened vector and that element's value if the 3 D index is valid.
C++