Skip to content

Added strings programs in data structure folder #15127

Added strings programs in data structure folder

Added strings programs in data structure folder #15127

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 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 (I001): data_structures/strings/anagram.py#L1
data_structures/strings/anagram.py:1:1: I001 Import block is un-sorted or un-formatted
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`.