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.
Haskell translation
C translation is not in line with description; it returns a single letter candidate, whereas the description has arbitrary strings.
Function name in Ruby should be
snake_case
JS testing code is an unmaintainable mess of global variables, an enumerable prototype extension, misindentation and other assorted horrors.
When attempting to submit, all the test cases except testGetWinner_07 is passing.(Java)
Log Message: Expected: is "KL"
but: was null.
I tried debugging, but I cannot seem to find what exactly is causing this. Can someone please help with this. Thanks in advance
JS: Node v12 should be used along with its appropiate assertion tools (Mocha + Chai).
Refer to this and this
Ruby 3.0 should be enabled.
I hate this last case that makes the code time out. I spent a long time thinking about this and can't figure out how to make it run more efficient. I already have it skip over every other vote and it works fine up until the last test case.
This comment is hidden because it contains spoiler information about the solution