Skip to content

Added Valid Parentheses algorithm in Python #16261

Added Valid Parentheses algorithm in Python

Added Valid Parentheses algorithm in Python #16261

Triggered via pull request November 2, 2025 10:03
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (N802): algorithms/valid-parentheses.py#L2
algorithms/valid-parentheses.py:2:9: N802 Function name `isValid` should be lowercase
Ruff (INP001): algorithms/valid-parentheses.py#L1
algorithms/valid-parentheses.py:1:1: INP001 File `algorithms/valid-parentheses.py` is part of an implicit namespace package. Add an `__init__.py`.