Skip to content

Add data structure programs #15818

Add data structure programs

Add data structure programs #15818

Triggered via pull request October 22, 2025 02:24
Status Failure
Total duration 18s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (UP035): data_structures/segment_tree/segment_tree.py#L15
data_structures/segment_tree/segment_tree.py:15:1: UP035 Import from `collections.abc` instead: `Callable`
Ruff (INP001): data_structures/segment_tree/segment_tree.py#L1
data_structures/segment_tree/segment_tree.py:1:1: INP001 File `data_structures/segment_tree/segment_tree.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): data_structures/fenwick_tree/fenwick_tree.py#L1
data_structures/fenwick_tree/fenwick_tree.py:1:1: INP001 File `data_structures/fenwick_tree/fenwick_tree.py` is part of an implicit namespace package. Add an `__init__.py`.