5 kyu
Graphics Series #3: Repair the LED display
61 of 98myjinxin2015
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.
A little bit underrated kata, looks like closer to 4 kyu. Nonetheless really interesting kata!
Enjoyable coding challenge of the series, well done.
Fun kata
I don't understand the part of the variable 'nums'. I'm using JavaScript and the argument of the function is called 'led'. I'm so confused. Please some help ! :D
python sample tests:
What I see:
=>?
According to unicode lookup tools, these are supposed to be "black vertical ellipse" and "white vertical ellipse" characters. If only we had a set of characters that's been standardized and supported by pretty much any device in the world for decades...
Python translation (with improved description formatting):
https://www.codewars.com/kumite/60e217d1769e800055abd1f8?sel=60e217d1769e800055abd1f8
Thanks for fixing the description!
The description is badly formatted.
Nice kata. There seems to be a typo in the Description:
The variable name is actually
nums
(which is mentioned elsewhere in the description).Also, if possible, you may want to put in place some preventative measures to keep solutions from exploiting certain loopholes, such as: https://www.codewars.com/kata/reviews/57657be3190b1472ec002064/groups/5767c2fd28ed87e1c2000b92
numbers
is the argument to the function;nums
is the preloaded array. So they are distinct.For the exploit, I added a line in preloaded to invalidate that solution.
Thanks. I haven't saw this message..
Hi, warriors
Please solve these Kata, maybe a little bit difficult, but this is more interesting than you solve some of the 8kyu kata
#Graphics Series:
#1: barcode EAN-13 part1
#2: barcode EAN-13 part2
#3: Repair the LED display
#Classic Games series:
Slightly challenging but not too difficult, loved it <3
What about the other ones... PacMan1/2, FlappyBird, ... ;-)?! Perhaps a new love?
A new one published, but it's a bit difficult ;-)
https://www.codewars.com/kata/ins-and-outs-play-game-series-number-6