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.
that was... pety. x)
Some of us are active and pretty!
The easiest way to contact would probably be to join the Discord, many of us are pretty active there.
Hello, I am responsible for this group of clumsy sheep.
I don't know if it's possible to speak to you directly and clarify the situation and of course apologize for all the problems you're having these days, probably partly my fault.
Measures have been taken to prevent it from happening again.
Could the people of your group restrain themselves and stop authoring mostly... "several not good kata per day". I'm starting to think about locking every single account...
Oh! Thanks, didnt notice that.
Just for your information, if your translation is not approved, not rejected, and has no descendant forks, you can edit it directly, using the EDIT button. You do not need to create a separate fork for every change.
Thanks for your advices, change it!
snake_case
. It usescamelCase
for methods, params, and local variables.Hi! We are working in this Kata rigth now and we have to change certain things. But thank you for the support.
Please if you like the idea of the Kata check it soon :)
I will make the changes you suggested. Thanks for your help.
If the input array represents the durations of songs in
seconds
of each song, and there is1
minute between each song, how does[420, 180, 360, 240, 120, 240, 300, 180] equal
59 minutes and 15 seconds
? The sum of the array is2040
seconds +7
minutes, (or420
seconds) for time between songs equals2460
seconds or41
minutes, correct? Likewise with the third example: [300, 240, 480, 180, 240, 240, 300, 360], how did this calculate to57 minutes and 40 seconds
? ~ Thanks for any clarification!Translation to java