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.
This comment is hidden because it contains spoiler information about the solution
Nice. Similar to mine, but slightly more efficient. Wise use of the for loop. I chose a while loop, which required one more variable than is necessary with the for loop.
And your solution just looks cleaner than mine. Less clutter, simpler variable names. Nice work.
I feel like the solution to creating a min or max function shouldn't rely on using the actual min or max function, so your solution gets my vote for best practice.
ugh! rickrolled at kyu8.
I love this solution. Simple, elegant, beautiful.
This comment is hidden because it contains spoiler information about the solution
return, not print
return, not print
This comment is hidden because it contains spoiler information about the solution