[c++] Classic coding interview challenge/question. Reads in a matrix from a text file and prints it in a spiral.
To run the code:
git clone git@github.com:runongirlrunon/printSpiral.git
cd printSpiral
make
a.out
Classic coding interview challenge/question. Reads in a matrix from a text file and prints it in a spiral.
C++