You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nnum=int(input()) # Alternate sorting: Given a number N and followed by N numbers, sort the array in such a way that the first number is first maximum and second number is 1st minimum 3rd number is 2nd maximumand so on.