the system tells you that your solution is okay and offers you to refactor the solution before finally publishing it.
you leave solution editor without publishing your solution (i.e. you don't click green button in bottom-right corner)
the solution is now present in your profile "completed" tab and has "discuss" and "refactor" links, but it isn't present in the solutions list of the kata. Moreover, "Compare with your solution" shows this solution.
It would be really nice if such solutions (correctly solved) act like "unfinished" until u actyally click "green" button!
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...