anuragverma108 / DSA-Placement-Probems

Welcome to the DSA Placement Problems repository, dedicated to helping individuals prepare for technical interviews at FAANG/MAANG companies. As part of the Hacktoberfest celebration, this open-source project invites contributions from the global programming community. The aim is to curate a comprehensive collection of data structures and algorithm
0 stars 1 forks source link

Next Greater Element #67

Closed extint closed 1 year ago

extint commented 1 year ago

An algorithm to output the next greater element of every element of the input array. Example test case: 4 5 2 1 3 5 -1 3 3 -1

extint commented 1 year ago

@anuragverma108 I have done the needful for the issue #60, could u please review it