Challenge: Find Min and Max from a 2-D NumPy Array
In this challenge, the minimum and maximum values need to be returned for each row of a 2-D Numpy array.
We'll cover the following...
Problem statement
The function getMinMax(arr) ...