VGandhi27 / hacktoberfest-2023

Create 4 pull requests by adding any DSA algorithms in C , C++, Java or Python
MIT License
9 stars 40 forks source link

NextGreaterElement.java #70

Closed Imbiber closed 8 months ago

Imbiber commented 8 months ago

for a given array this code finds the next greater element present in the array for the present element using stack.

VGandhi27 commented 8 months ago

Thank you for your contribution