In this tutorial, we'll learn to find out the minimum and maximum values in an array using the following techniques.
- Built-in Methods
- Linear Search Method
- Divide and Conquer
- Single Loop Trick/ Comparison in Pairs
We'll be using a few different languages to solve the problem. So without further ado, let's get started!
