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.
it'd be nice if the rules about apostrophes were a bit more clear, but I think this a decent one. Not too difficult if I'm able to get past it!
I initially thought that apostrophes being next to each other wouldn't be allowed - like ab''ab is a valid word? bit strange.
seems kinda easy for a 5, no?
Good kata nonetheless.
Each fundamental operation (such as adding two numbers) comes with a cost. To speed up your solution you should try to reduce the number of operations. That means looking for alterative approaches instead of just translating the math formula into code.
I'd suggest googling "Code complexity" or "Big O notation". There are tons of youtube videos on the matter as well. I would publish a youtube link here, but I doubt it's allowed.
I have a very shallow understanding of what makes code fast/slow. Any good resources to learn about this? JS
my code golf handicap prevents me from participating
I didn't read the instructions carefully and that threw me for a loop.
Such a helpful response it doesn't matter that it's two years late...
A test with 5 being rolled twice (or more than three times) would return the wrong score. idk if this is valuable info but I mention it in case the tests should be expanded. (JS)
cool kata!
I am pretty sure that my solution is incomplete but it passed.
pretty sure the corner test is the one that throws a non-numerical char into the mix.
like in the example max(1, 2, [3, ['4r']])
This comment is hidden because it contains spoiler information about the solution
quite a variety of solutions, very nice
what in the good gosh darn
This comment is hidden because it contains spoiler information about the solution
Loading more items...