Cgarg9 / basic_dsa_cpp

0 stars 6 forks source link

previous greater element #16

Open Cgarg9 opened 7 months ago

Cgarg9 commented 7 months ago

For all elements of an array find the previous greater element. Implement using a stack. If no greater element exists then previous greater element is -1.

danieldsouza13 commented 7 months ago

Hi I'd like to work on this, can you please assign this to be as a first time contributor

danieldsouza13 commented 7 months ago

Is this completed?

Cgarg9 commented 7 months ago

@danieldsouza13 assigned

AmethystMac commented 1 month ago

Hey, can I take this one if it's not done already?