Grid Challenge Discussions | | HackerRank

Grid Challenge

  • + 0 comments

    I had to assume column length can differ from number of strings/rows/n;

    int cols = grid[0].Length;