...

/

Exercise: Find the Minimum in an Array

Exercise: Find the Minimum in an Array

Let's write an algorithm for finding the minimum value in an array.

Problem Statement

In this problem, you have to write a function findMin(), which takes an array of positive integers as a ...