Game of Thrones - I

  • + 1 comment

    for (int i = 0; i < strlen(arr); i++) { letter[arr[i] - 'a']++; } can you explain this logic