7 kyu
Simple Fun #136: Missing Values
1,671 of 2,990myjinxin2015
Loading description...
Puzzles
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.
That was a nice Kata...
Python translation
Approved keep on coming with more of your translations ~~
Thanks
Julia translation
Approved by someone
noice kata, keep it up!
This comment has been hidden.
Your code doesn't work. Try putting some console.log statements in there to find your problem. I'd put console.log(x, y, sorting) right above your return statement.
Hint: the value of the integer has nothing to do with the times it appears in the array.
C Translation
I did that in a very long winded way but thought it was a good Kata
Haskell version has typo in a function name (after its type definition).
Fixed.
This comment has been hidden.
Haskell : https://www.codewars.com/kumite/5b8f259a0666a84d1a000047?sel=5b8f259a0666a84d1a000047
Approved. Thanks again ;-)
Finally: Sneeked a Ruby
refinement
into a kata solution: 🙂Nice kata, nice yellow text after passing it.
Happy coding
^_^
How did you add formting {design} to text in output windows? It's looks super. And this teсhnique will be very usefull during TDD and debuging.
They're just html code.
Ok. I got it. Thank you.