Retired
One Line Task: Valid Brackets (retired)
Loading description...
Algorithms
Strings
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.
General note about authoring codegolf kata:
It's generally frown upon, when an author drops a kata with almost nothing interesting and decreases the code length along the way, when other users post better solutions...
Ok!
This comment has been hidden.
Didn't we already told you? (maybe that was another user, I don't remember...) You cannot delete them once an user completed them. Same on the admin side.
Of course, just thought that only the user can not do it. Thanks
btw, the current requirements are totally inconsistent with the current rank suggestions. And since you'll never get PUs to rerank appropriately, you should go back to what it was at the previous step.edit: oh, you actually already did.
:+1:
Please tell me where you can see information about the requirements for approval of kata
https://docs.codewars.com/references/kata-ranking/approval-retire-criteria/
Thanks!
description:
#
but##
for the titles (admin's recommandation)Thanks for advise!
"don't use # but ## for the titles": What do you mean?I do not use such characters(
#, ##
) for the title.Fixed!Thanks!
...Now, it's fixed.
You actually used html tags to write the description. You're supposed to use markdown formatting, where
#
stands for<h1>...</h1>
and##
stands forh2
. If you plan on authoring more, you should take a look at this.Thanks!
It's impossible to debug the solution when every input is a few hundred characters long, and having such huge inputs doesn't make sense in the first place.
I did not understand you, please describe the problem in more detail.Thanks!
Why the hell are the inputs SO big? And why ALL the tests check such huge inputs? This is nonsensical task design, and terrible test design.
The bounds are not even correct - the upper bound is 1000 characters, but that's still too much.
I think the solution should be not only short but also functional
What other problems do you think are there?
What's the connection between code golf kata and perfomance? Pick one :/
but there is NO perf requirements... Just uselessly long inputs.
I fixed it to 100, thanks, pls cost it!
The description says nothing about line-count restrictions.
Fixed Thanks!
"
one-line
function" looks more like a misspelled function name than a requirement. Put all the restrictions in one place.