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.
Rejecting this to avoid someone accidentally approving it and we have a free Kata out there.
@Pelayo.pm you can still fork this and remove the solution setup
Solution setup is the entire solution. Should probably strip that down a bit
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 :)
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!Java Translation