skully-coder / competitiveprogramming

This repository aims to contain solutions and explanations to various competitive programming problems, which may be important for interviews and online tests of different companies.
https://skully-coder.github.io/competitiveprogramming/
MIT License
39 stars 90 forks source link

Added NearestGreaterElement.cpp issue #189 #202

Closed Nishit278 closed 3 years ago

Nishit278 commented 3 years ago

Description

Added solution of Nearest Greater Element problem using stack in cpp.

Please include a summary of the change. If you have created an issue for the same, mention the issue as well.

Fixes #189

Type of change

Please delete options that are not relevant.

Checks

Checklist: