Grid Challenge Discussions | | HackerRank

Grid Challenge

  • + 0 comments

    No clever way of solving this; You have to iterate through the list, convert each string into a char array, sort them, create a new sorted gridand than iterate through the new grid with a nested for loop, and and check if the vertical lines are in order.