Exercise: Find the Minimum in an Array
Let's write an algorithm for finding the minimum value in an array.
We'll cover the following...
Problem Statement
In this problem, you have to write a function findMin()
, which takes an array of positive integers as a ...