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's strange that JS and Java versions should use different regex in special symbols.
Hey @benjaminzwhite, thank you (and Maroder as well!).
That's good to know, I will try that and check out the discord. :)
Hi @_ChriZ - first of all, welcome to Codewars!
It seems like you're working in Java, so I'm afraid I don't know that language specifically; if you mean how do you "read in" input in Codewars in general, then just use the name of the argument that appears in the kata when you open the Codewars IDE - so here for example if the function is setup as
minimum(arr_xyz)
then in your code you just work witharr_xyz
however you do that in your language.In general, I can recommend you join the Codewars discord (link in sidebar on the left) - there is a "beginners" channel for such Codewars related questions, and a dedicated "Java" channel where more experienced users will be of more use than me ;)
for x in arr ? something like these?
Hello Guys!