MCPcopy
hub / github.com/TheAlgorithms/Python / balanced_parentheses.py

File balanced_parentheses.py

data_structures/stacks/balanced_parentheses.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from .stack import Stack
2
3
4def balanced_parentheses(parentheses: str) -> bool:

Callers

nothing calls this directly

Calls 1

balanced_parenthesesFunction · 0.85

Tested by

no test coverage detected