We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
defisBalanced(s):# Write your code herestack=[]left_brackets='([{'bracket_map={')':'(',']':'[','}':'{'}forcins:ifcinleft_brackets:stack.append(c)else:ifstackandstack[-1]==bracket_map[c]:stack.pop()else:return'NO'return'NO'ifstackelse'YES'
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Balanced Brackets
You are viewing a single comment's thread. Return to all comments →