Lessons: 16Length: 2.4 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.4 Calculating Min/Max Values

It’s often helpful to be able to sift through an array of integers to find the minimum or maximum value, so in this lesson I’ll show you an easy algorithm to do just that. Let’s get to work.