6 kyu
Multiples by permutations
347 of 612raulbc777
Loading description...
Algorithms
Data Structures
Permutations
Mathematics
Fundamentals
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.
python new test framework is required. updated in this fork
Approved
thanks!
Description should be language-agnostic
JS
function name should use
camelCase
Node 18. should be enabled
Python tests appear to check two different function names: 'search_perm_mult' & 'search_permMult' Not a big deal, but a little odd :)
An user @Mihail_Onuchin has recently made the changes. Sorry for that!
No sweat :) Another great kata, cheers!
this was probably done for backwards compatibility, it seems that the Python function's name was in snake_case, according to the
issue
below. keeping the name checking is harmless and would avoid invalidating older solutionsThe most important thing is that. Solutions submitted before seem to be still valid.
That's right dear codewarriors! That was done at the FArekkusu's request. #PEP8 naming. Thanks for feedback. ~Mihail.
You gave me a fright at first glance but you did it well. Well done! Thanks
Julia translation
Approved! +1
Cheers!
Go translation
approved! +1
Rust translation
Approved +1
I get this
warning: unused imports: 'Rng', 'thread_rng'
Thanks, fixed.
D translation
Approved! +1
The function name should be in snake_case in Python and Ruby.
I made the appropriate changes so the Python verion is now PEP-8 Compliant. **Now there is only Ruby naming issue left. ~Mihail
This comment has been hidden.
The user's already solved the kata.
Haskell : https://www.codewars.com/kumite/5ba1a59404f70f1210000078?sel=5ba1a59404f70f1210000078
Your translation is approved!
Approved
Thanks a lot. :) But I wonder, how did you get it? It's not a recent one.
this trick
What is wrong with the solution
0
?Are we to use 1035 as a lower bound?
This comment has been hidden.
Ruby translation kumited.
As I always say, thanks a lot. I'll start using Ruby studying your solutions!!
Great, that's how I started learning Ruby.
No chance to see the Ruby version? It seems like it is not an available language yet and I would have loved to solve it in Ruby as well :)