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
HEY
I would like to add one question which seems to be important from my point of view:
Ques: Next largest element to the left of an element. If there is no largest element then return -1 for that element.
Eg: 1 2 6 5 4
output: -1 -1 -1 6 5
I would like to code it in C++.
Please allow me to work on this issue @mandliya
The text was updated successfully, but these errors were encountered:
HEY
I would like to add one question which seems to be important from my point of view:
Ques: Next largest element to the left of an element. If there is no largest element then return -1 for that element.
Eg: 1 2 6 5 4
output: -1 -1 -1 6 5
I would like to code it in C++.
Please allow me to work on this issue @mandliya
The text was updated successfully, but these errors were encountered: