We're a place where coders share, stay up-to-date and grow their careers.
Hi Steve!
In solution #2 I use a.min
def find_smallest_int(arr) arr.min end
And in my opinion, this is the best one.
You can see all of my solutions here: losseff.xyz/katas/008-find-the-sma...
Sorry, I didn't see that one - screen too small. I just heard a couple loop solutions.
👍 Thanks for the feedback! I'll use bigger font size and will give more info about all approaches before writing the code.
Hi Steve!
In solution #2 I use a.min
And in my opinion, this is the best one.
You can see all of my solutions here: losseff.xyz/katas/008-find-the-sma...
Sorry, I didn't see that one - screen too small. I just heard a couple loop solutions.
👍
Thanks for the feedback!
I'll use bigger font size and will give more info about all approaches before writing the code.