Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
from
.stack
import
Stack
2
3
4
def
balanced_parentheses(parentheses: str) -> bool:
Callers
nothing calls this directly
Calls
1
balanced_parentheses
Function · 0.85
Tested by
no test coverage detected