#day 5/100 #get min and max in array in java #java #dsa #100daysofcode #day5 #programming #java program to find min and max array
Maximum and minimum of an array using minimum number of comparisons
Given an array of size N. The task is to find the maximum and the minimum element of the array using the minimum number of comparisons.
Examples:
Input: arr[] = {3, 5, 4, 1, 9}
Output: Minimum element is: 1
Maximum element is: 9
Input: arr[] = {22, 14, 8, 17, 35, 3}
Output: Minimum element is: 3
Maximum element is: 35
On this page of the site you can watch the video online #java with a duration of hours minute second in good quality, which was uploaded by the user softcoder 14 October 2024, share the link with friends and acquaintances, this video has already been watched 10 times on youtube and it was liked by 3 viewers. Enjoy your viewing!