Ad
  • Custom User Avatar

    Your output should be a 2D array, each subarray should contains 3 elements: [rowIndex, columnIndex, diretion]. rowIndex and columnIndex are 0-based, diretion should be one of "Left", "Right", "Up" and "Down".

    Description has typo with word diretion -> direction :)