Find the Max and Min element of an array
OK so the question is to find the Maximum and the minimum element in a given array, the array is not sorted. So since the array is not sorted you cannot just pick the element at the last and first index, So how to do it.
How can we do it
We will firs...
nerdbash.hashnode.dev2 min read