- Time : O(nm)
- Space : O(1)
c++
1 | void spinRings(vector<vector<int>> &array, int start = 0) { |