Getting the maximum and minimum element of an array

Share:
Solution 1 :
Getting the maximum element of an array using reduce
Getting the minimum element of an array using reduce

Solution 2 :
Getting the maximum element of an array using apply
Getting the minimum element of an array using apply


Solution 3 :
Getting the maximum element of an array using for loop
Getting the minimum element of an array using for loop

Hi! I am Sartaj Husain. I am a Professional Software Developer, live in Delhi. I write blogs in my free time. I love to learn and share the knowledge with others because it is no good to try to stop knowledge from going forward. So free posts and tutorials. more..

No comments