Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

algorithms_and_data_structures/stack_problems/ #187

Open
madhvi02 opened this issue Mar 11, 2021 · 1 comment
Open

algorithms_and_data_structures/stack_problems/ #187

madhvi02 opened this issue Mar 11, 2021 · 1 comment

Comments

@madhvi02
Copy link

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

@PrakarshSingh5
Copy link

plz assign it me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants