Master Micro's task to test programming skills for summer internship applicants Task3
git clone https://github.com/gaserashraf/Matrix-Flatten.git
cd Matrix-Flatten
g++ source.cpp -o out
out
- C++
- The complexity of the indexing from i,j,k to y is O(1)