Write a function that takes an array called scores and 2 pointer parameters min and max and determines the minimum and maximum values and returns them to the calling function.

PrepInsta
author
3y
minMax() class pair: def__init__(self): self.min = 0 sekf.max=0 def getMinMax(arr:list,n:int)->pair: minmax=pair() if n==1: minmax.max=arr[0] minmax.minarr[0] return minmax if arr[0]>arr[1]: minmax.ma...read more
Help your peers!
Add answer anonymously...
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

