6 kyu
Do not let him go
217 of 255user2553318
Loading description...
Strings
Arrays
Algorithms
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
Could someone explain me? Why in the second example the result will be (1, 2) when in the description write: 'Strings can vary in length, and if they do, align them to the left.' I think lki in descriotion result would be a (0, 2) (zero index of second string) isn`t it?
In the second example, the first four lines each have a leading space. Leading spaces are counted normally, like all other characters. I'm sorry that this fact wasn't made clear enough.
Thanks for your explanation, now I fully understood the task :)
This was such a grind - should have been a 5 just because there were so many scenarios to deal with
approved :)
Very enjoyable kata :)
Fun kata.
The strings in the list have no fixed size, you do not state how to align (left or right) those strings
Thanks for the hint.
Description was extended accordingly.
It's not stated whether
x
/y
refer to row/column or column/row.Thanks for the hint.
Description was extended accordingly.