Hello Mate,
Let's discuss problem statement.
We have a array of numbers we just have to return smallest number from the array with best time complexity.
Input: [3, 6, 2, 56, 32, 5, 89, 32];
Output: 2
Source Code: https://gist.github.com/kewal28/40e4b...