6 kyu
[Code Golf] Number Pyramid Series 6(Revised) - Left or Right
34 of 40LanXnHn
Loading description...
Mathematics
Restricted
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 is a typo in the method name of the first example test in the description. Please approve translation below before changing the description.
fixed
JS Translation same limit, ref sol uses 67 chars.
Approved by someone else.
Description says 65, so I've made a 65char one before have read about 67, lol
P.S. there is some room to improve so posted 62ch one as well
65 is length of ref sol, 72 is the threshold. Or do you mean ref sol in JS and Python have different length?
Description updated
yes, I'm about difference between languages.
Btw, there are current minimum in some other katas as a reference in description.
Not sure which approach is better
anyway something extra except threshold is a good thing to have an idea about possible goals
This comment has been hidden.
change the way counting length, should be fixed now.
fortunately the max length is 72 :)
Thank you for the feedback.
It is quite a tricky part on the length limit. Trying to do my best on it.