7 kyu
Make a square box!
778 of 2,108user2514386
Loading description...
Strings
Arrays
ASCII Art
Algorithms
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.
The details define the boundaries as "Given a number as a parameter (between 2 and 30)", while in reality the tests contain the values up to 100.
Fork here which addresses the following problems in JS:
Approved above fork & fixed in all languages
interesting task
Ruby 3.0 should be enabled.
Enabled in this fork
@dpleshkov
,Example Test Cases
for a singletest.assert_equals
This comment has been hidden.
done
Thanks for approving my Python translation and let me contribute also with Ruby and Crystal :)
PHP Translation Kumited - please accept :D
In javascript example tests, there is an undefined variable t (that is causing ReferenceError) and should be replaced by numbers
5,2,4,6,3
.The final tests are ok though.
Should be fixed now.
There should be some example tests.
Added example tests just now, thank you for the suggestion.