Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
Definitely not kyu 8 and not even kyu 7.
I wonder how many people did kata kill their desire to continue programming?
🤬🤬🤬
Such a beautiful solution!
❤️
Actually, this solution fails if string = "two, two" or "The score is four: nil".
Not very clever to insist on keeping spaces!
Especially if you don't verify that more than 3 spaces are treated correctly.
Definitely not 8 kyu!!!
I'm not sure what you mean by this. Your current solution passes, and yes, the two strings have to have the same quantity of each letter, otherwise they aren't anagrams.
edit: nvm, I see. You're saying that your kata passes the tests, but not this specific case. Yes, this case should be added as a fixed test and the random tests should also be guaranteed to generate at least one random test case like this.
Random test gave me a set :
t = 'yuzKWiOdcBADllzO'
s = 'iCzOyWDmAKlazsUB'
All letters are in both strings but quantity is different.
My code failed on it and as minimum two other codes that I saw in Solutions failed.
Don't know if random test should be fixed or to add this set to Sample Tests.
This comment is hidden because it contains spoiler information about the solution
At work, developers constantly complain about clients giving unclear instructions. And now look at this — 90% of Katas fail on random tests because critical info is missing from the task description.
It’s driving me absolutely mad!
🤬
Check out this gem of a task — so confusing even an AI stumbled:
-- do you see how "hello" is 54 bytes?
-- That’s a fun observation — but the word "hello" is definitely not 54 bytes. Let’s break it down:
Each character in "hello" is typically 1 byte in UTF-8 or ASCII encoding.
😂
I just tried and AI returned me working solution immediately, and I am not really sure what is the problem here, I'm sorry :(
But I admit that things like recursion and type checking might put it in the range of harder 7 kyus. Maaaaaybe the low end of 6 kyu would not be wrong either. But even then, I don't think that 7 kyu rank is very wrong, and rather justified.
What is the point of using AI in a service whose sole purpose is to train programming?
And you can't even brag because your own comment gives it away...
Oh come on, I said literally zero words about me to show off how clever I am :(
I'm rather surprised to learn that AI can't handle anything above an 8 kyu problem.
Dear @hobovsky,
If you work for Codewars, then of course you're welcome to continue commenting on my comments. But if not, please don't waste MY TIME!!! Your comments add no value for me. You're just showing off, and I couldn't care less how clever you think you are.
Thanks for your understanding.
Loading more items...