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 is what a true Java solution feels like (I don't even want to read all this)
how is "the guide that tell us to do everything" actually making the task at least 5 times difficult than the original task
I have completed this, and still want this one to be permantly deleted
This is actually an issue because I didn't know what the hell fizzbuzz is
This one is bad, because it invole division into decimal, so it takes my solution 20 tries to submit due to decimal precision
Not a fancy solution as others, but still...
Any anti-regex extremist that passed this problems should be awarded twice the points
target number is too big sometime, made it through 2nd try, guess I'm just lucky
the String u: find the digit at the end of str and plus 1 to it, else no change to string
return: check if the string has a digit -> then return it as is or plus 1
technically the return could be better written like this
return u==str?u+1:u;
pass with this test : findSolutions(["moa", "moe", "moi", "moo", "mou", "mua"])
My solution worked with latest version of Javascript, but it runs different in here making me failed for some case
Anyone can update JS for this one?
This comment is hidden because it contains spoiler information about the solution
"The function has to work for strings and lists."
This makes me want to puke actually
Typical codewars description and test quality
for those wondering:
'#blue#red#yellow#green' return []
'' return []
Do we accept 1--0=1 or nah?
I don't even know what the hell did I even write LULE
Almost similar to https://www.codewars.com/kata/541a354c39c5efa5fa001372/
Should just remove this one
Loading more items...