Hacktoberfest-2021 icon indicating copy to clipboard operation
Hacktoberfest-2021 copied to clipboard

Balanced Brackets question using Stacks in c++

Open karankc23 opened this issue 4 years ago • 4 comments

We have a string of characters that can either be '(' or '{' or '[' or ')' or '}' or ']', and we have to tell whether the given set of brackets is balanced or not. Example Input = ( { [ ] } ) Output = YES

Input = ( { [ { ] } ) Output = NO

karankc23 avatar Oct 04 '21 19:10 karankc23

please assign this issue to me, i want to work on it in c++ language

karankc23 avatar Oct 04 '21 19:10 karankc23

done

Architgupta001 avatar Oct 04 '21 19:10 Architgupta001

sir i am good at solving these type of problems , please assign it to me.

sippuutkarsh avatar Oct 06 '21 13:10 sippuutkarsh

Will u please assign this issue to me @Architgupta001

anujjain5699 avatar Oct 19 '21 15:10 anujjain5699