6 kyu
Word Challenges at School
247 of 463raulbc777
Loading description...
Fundamentals
Logic
Strings
Data Structures
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.
Haskell add --> import WordList (wordList)
where is the wordList ? Where should I find those words ? WHAT DO I HAVE TO OUTPUT IF I HAVE NO ARRAY OF WORDS ????
UPD: sorry, I didn't read it thoroughly, the task says that I am provided with "wordList" array. Sorry again
The preloaded list should be included in initial solution setup across all languages for user's convenience
Description should be language-agnostic
Node 18 should be enabled (Refer this and this for more info)
Ruby 3.0 should be enabled (Refer this & this for more detail)
Please use new python test framework.
Done.
Haskell descriptions should be explicit that
import WordList
is required to bring wordsList into scope. This is the only thing that can explain such a low number of Haskell submissions (3 + one mine after I unlocked solutions only to find out how to bring wordList into scope)Indeed... Thank you for pointing this out.
There doesn't appear to be any indication of what the list of words is called in the Haskell version
Thanks for the correction, should be fixed.
So the description says that variable is named wordList, however when I try to use it it says that it is not in scope.
Haskell : https://www.codewars.com/kumite/5ba595a144f6131a320002b9?sel=5ba595a144f6131a320002b9
Hi raulbc777, I approved the kata and enabled Python 3. I hope it's not an issue. Regards, suic
Thanks suic. Thanks for enabling it in Python 3. :)
Python 3 not enabled :-(
Sorry, it was enabled. I don't know what happenned. I tried to enable it again, but no luck :(
Nice kata! ;-)
I think Example Tests and Real Tests for JS are twisted.
Thanks Steffen. Always struggling with this mistake. Fixed and thanks for the feedback.
Great kata!!! It was a very good exercise in built-in data types and collections. Thanks, suic
Crystal translation submitted for approval. Hope it's ok. Thanks!
Approved. Please, rank the kata if you didn't do it and upvoted if you think that it's ready to go. :)
Both done. Thanks!
The Ruby version is preloaded like this:
Maybe this is more appropriate according to the description and test cases?
Thanks for the observation. It's fixed.
It seems like some Codewars updates are going on today, so this may be a Codewars glitch rather than anything in your test suite, but I've been pretty perplexed about the
ValueError: empty separator
error I'm getting with the Random Tests, because it doesn't seem to go with anything in my code. For a test I even entered code that just returns the canned results for the three Basic Tests and then None after that, but after passing the first three, instead of then getting an error about how None should be something else, once again for the Random Tests I getValueError: empty separator
. Huh. Maybe I should try a Ruby version instead.It seems to be fixed. Let me if everything is working OK for you.Thanks for the observation. I'll be waiting your answer
Working now, thanks!