Grid Challenge Discussions | Algorithms | HackerRank

Grid Challenge

  • + 0 comments

    You say in input description n lines of string of length n.

    But in the sample testcase itself you give input with n = 4 but string length as 3.

    Either correct the Testcases of problem description.