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
I always forget to inline and return the index I want all together. This makes it much cleaner. 👍
OP solved it, closing
Smart af
sure just the minimal value of elemnts
int[] intArr = new[] { 0, 1, 2, 3, 4, 5, 22, 99}; // etc....
return intArr.Min(); // 0
//Pseudo C same concept
I didn't know min could have more than two inputs :/
Google remembers. New link: http://i67.tinypic.com/2vb8sid.png
Leving the issue open so that the kata becomes editable.
This comment is hidden because it contains spoiler information about the solution
Failed to load image annulus.Can you help me?
Oh no,i forgot the default value of the parameter.Thank you for your reply.It's a nice kata.
This comment is hidden because it contains spoiler information about the solution
test for php have a mistake -> testFixed
Missing argument 1 for f(), called in /home/codewarrior/run.php on line 15 and defined
Completed in 0.19ms
great solution!
This comment is hidden because it contains spoiler information about the solution
great!
Loading more items...