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.
a
+bc
=>abc
amiriteWord:
abc
Dictionary:
[ 'ab', 'a', 'bc' ]
Expected output:
true
bruh...
There is a comma at the end of the array. Maybe that is why.
very unclear description...
I've discovered the following algo for the bug:
It would be really nice if such solutions (correctly solved) act like "unfinished" until u actyally click "green" button!
It seems that I've faced the same bug/feature in this kata (link). Refactoring the solution doesn't help.
Thanks. Fixed :)
Which test case says overlapping should be true?
You say it should false for overlapping but test case expects true, this is so annoying!
Woops! Fixing now.
That's also confused me.
Well shoot. I definitely went for the easy Hash solution. Kudos for not letting the Hash take the place of an actual algorithm
Thanks for the feedback. I didn't notice that the first time, but it is fixed now.
I prefer to be find out watching the tests. I added an explanatory note.
Thanks for your comment.
Definitely was a nice intro to genetic algorithms that isn't holding your hand too much.
Loading more items...