Finding the Index of
a Minimum Value in an Array
Starting at a Given Index

 

Sometimes we only want to searth through part of the array, starting at a particular index, startIndex.

For example, what if startIndex is 2?

 


Kalamazoo College