5 kyu
Take Down Codewars!
Loading description...
Dynamic Programming
Algorithms
Arrays
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.
This comment has been hidden.
The example attack plan in the description has 8 √. But
k = 7
. The first √ should be X.Yes, it seems so.
Oh right. My bad qwq
Why only very little people were affected by the attack? Are tall people resistant to cyber attacks?
It should be "few", right?
LOL it seems that my english is broken
thanks for pointing it out!
explanation is pretty clear
the tick and cross marks in the example aren't aligned with the actual values of the list, so that could be a bit better imo
Thanks!
I added some more space between the columns and tried my best to align them... It seems that the emoji has a larger width than the text when rendered, making aligning them perfectly impossible.
Use a table instead of a code block? Markdown can do tables.
I'm already timing out on the first couple of small random tests. Perhaps this kata should be tagged with "performance".