Problem Description
Program to return _an array of coordinates representing the positions of the grid in the spiral order in the clockwise direction given initial coordinates to start with_.
Problem: https://leetcode.com/problems/spiral-matrix-iii/
Code link: https://k5kc.com/cs/problems/spiral-matrix-3-traverse-from-given-starting-point/