Beta
Count all primes in a String
27xShadov
Loading description...
Fundamentals
Strings
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.
There are no random tests.
Initial code is missing
static
.Sample tests are broken.
How is this kata different from all the existing prime testing/finding katas?
Here is scala translation for problem https://www.codewars.com/kumite/5f69be48a981eb00342a99dc?sel=5f69be48a981eb00342a99dc
Very good kata, sorry that author is offline for a long time.
Thinking about recreating this kata myself, what do you think guys?
why would you want to recreate it instead of just fixing this one?
because I think that author is inactive - and my translations will pend for a very long time
I think you do not need author to do anything, power users and contributors have enough privileges to fix it, accept translations etc.
It would be also better to fix pending issues before creating a new translation.
Ok - got it
I thought that only author can approve translation - need to reread the codewar's laws ;)
Agree about fixing tests
There is no possibility to edit java translation
Pretty nice kata. One thing I would strongly recommend is adding random test cases. Just to prevent completion of the task by returning expected results once the test inputs have been discovered with syso.