/Matrix-Flatten

Master Micro's task to test programming skills for summer internship applicants Task3

Primary LanguageC++

Matrix-Flatten

Master Micro's task to test programming skills for summer internship applicants Task3

🏁 Get Started

git clone https://github.com/gaserashraf/Matrix-Flatten.git
cd Matrix-Flatten
g++ source.cpp -o out
out

💻 Built Using

  • C++

📷 Screenshots

Class Matrix

s1

Class Matrix Flatten

s2

sample exmaple test

s3

✨ Complexity

  • The complexity of the indexing from i,j,k to y is O(1)