You need to sign in or sign up before continuing.×
7 kyu
Thinking & Testing : How many "word"?
759 of 1,841myjinxin2015
Loading description...
Puzzles
Games
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.
It took some time to find the pattern, but very easy once you find it. Great Kata from the author.
do_test("When you in order to do something by a wrong way, your heart will missed somewhere.", 2); is this test correct for C? should the expected value be 4?
sample tests are the same across languages
Spent 3 days on this kata, thanks for brainstorm
COBOL translation (author is inactive).
approved
C translation (author gone)
Thanks :)
when trying to get my answers am i permitted to search on google for some tips
Yep, sure are
Couldn't figure it out for quite some time, but after I've finally done this, I feel relieved.
done
Fantastic Kata but tricky!
Python new test framework should be used with 3.8 enabled
3.8 is enabled
I've forked the Rust translation in order to update it to Rust 1.49 and updated
rand::Rng::gen_range
to its new signature that takes astd::ops::Range
.it was so simple when all done and yet so hard when was in progress)
This comment has been hidden.
This comment has been hidden.
Rust translation: https://www.codewars.com/kumite/5e2c94bccb3ed70016e457d8
Scala translation: https://www.codewars.com/kumite/5c8d4ed6daaea269849e8c95?sel=5c8d4ed6daaea269849e8c95
Approved.
Python 3 should be enabled.
@myjinxin2015, thanks for this kickass kata!
Happy coding
^_^
This is brilliant, so simple and yet so hard. Well, at least it took me quite a while to find a solution.
This comment has been hidden.
This comment has been hidden.
sorry, but which language?
Ahhhh, first time commenting. I just assumed that metadata would get tagged. Javascript.
Thanks for reporting the issue. I marked your first comment as a spoiler since it gives away the answer to those who have not yet completed the kata.
Did it get fixed in Javascript?
sorry, I checked it, no error in Test6 and 3...
Did you say about this one?
Test.assertSimilar(testit("I love codewars."), 1, "");
Error says expected 0, got 1.
oh,no~,My friend, this problem is fixed long time ago, can you try it again?
Ruby translation submitted, thanks for this kata :)
Approved, thanks for your work!
Good kata. Thanks for all your good work of the series Thinking&Testing. Upvoted +1
thanks! ;-)