+ 7
Coding Challenge #9: Minimum in an Array (Min Chars #2)
This challenge is for Python users. The aim is to create a FUNCTION named "mini" which RETURNS the minimum value present in an array which is passed as an argument. MAXIMUM NUMBER OF CHARACTERS POSSIBLE IS 10. (Includes function name - 4 chars, so 6 left) The challenge is meant to be a way to help new users with basic concepts of the language.
4 Answers
+ 5
@Baptiste Exactly what I intended đ
+ 2
I know it's a usual solution but I had to post
https://code.sololearn.com/ctr7l9648sFR/?ref=app
+ 1
@Pixie, thanks :)
I edited the C++ Solution