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.
Just solved 'Molecule to atoms' :D I don't know why I'm talking to myself lol but I recommend that one after you've done this one!
Just had a look at it again and maybe not haha not sure
This was excellent! I wonder if I'm able to do the 'Molecule to atoms' kata now...been putting it off since it looks so challenging but I think the solution to this one and that one overlap a bit :D
done
added
as of now Node 18 is available
you should have opened an issue and mentioned the language (it was Java) ;-)
the class had a different name in intial code + sample tests vs. full tests. fixed.
I encountered inconsistent class naming in the test suite.
Some tests call the solution using:
ReverseParantheses.reverseParens(...)
while other tests expect:
Kata.reverseParens(...)
This leads to a conflict where changing the class name to satisfy one set of tests causes the other set to fail with:
cannot find symbol: class Kata / ReverseParantheses
As a result, it is unclear which class name should be used for the solution.
Please ensure that all tests reference a single consistent class name (either Kata or ReverseParantheses) so the kata can be completed correctly.
approved
Properly challenging kata.
Thanks a lot!
They are useless :
#include <sys/socket.h>
#include <netinet/in.h>
enough : #include <arpa/inet.h>
This comment is hidden because it contains spoiler information about the solution
You can rename the predefined class to
Kataand you should be able to submit your solution (if it's correct). But the author should rework his template.Loading more items...