MCPcopy Index your code
hub / github.com/geekcomputers/Python / balance_parenthesis.py

File balance_parenthesis.py

balance_parenthesis.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Stack:
2 def __init__(self):
3 self.items = []
4

Callers

nothing calls this directly

Calls 1

is_balancedFunction · 0.85

Tested by

no test coverage detected