Balanced Paranthesis STACK

Unable to pass testcase number 3 only.
https://ide.codingblocks.com/s/62706
@sanjeetboora
@Khushboo

Hi Lakshay, you’ve just checked the sequence of opening and closing brackets and their numbers, but you’ve not checked the type of brackets.
Like (} should give output No, but it prints Yes for your code.