Skip to content

Added strings programs in data structure folder #15132

Added strings programs in data structure folder

Added strings programs in data structure folder #15132

Triggered via pull request October 10, 2025 04:31
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (INP001): data_structures/strings/reverseword.py#L1
data_structures/strings/reverseword.py:1:1: INP001 File `data_structures/strings/reverseword.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): data_structures/strings/frequencyofeachchar.py#L1
data_structures/strings/frequencyofeachchar.py:1:1: INP001 File `data_structures/strings/frequencyofeachchar.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): data_structures/strings/anagram.py#L1
data_structures/strings/anagram.py:1:1: INP001 File `data_structures/strings/anagram.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): data_structures/strings/allunique.py#L1
data_structures/strings/allunique.py:1:1: INP001 File `data_structures/strings/allunique.py` is part of an implicit namespace package. Add an `__init__.py`.