#java

Publicado el: 14 octubre 2024
en el canal de: softcoder
10
3

#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


En esta página del sitio puede ver el video en línea #java de Duración hora minuto segunda en buena calidad , que subió el usuario softcoder 14 octubre 2024, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 10 veces y le gustó 3 a los espectadores. Disfruta viendo!