Added Valid Parentheses algorithm in Python #16261
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`.
|