Skip to content

Add advanced algorithms implementation #15377

Add advanced algorithms implementation

Add advanced algorithms implementation #15377

Triggered via pull request October 15, 2025 01:25
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (W291): maths/fft_cooley_tukey.py#L204
maths/fft_cooley_tukey.py:204:47: W291 Trailing whitespace
Ruff (F401): maths/fft_cooley_tukey.py#L16
maths/fft_cooley_tukey.py:16:20: F401 `typing.Optional` imported but unused
Ruff (W293): data_structures/segment_tree.py#L27
data_structures/segment_tree.py:27:1: W293 Blank line contains whitespace
Ruff (I001): data_structures/segment_tree.py#L20
data_structures/segment_tree.py:20:1: I001 Import block is un-sorted or un-formatted
Ruff (W293): data_structures/fenwick_tree.py#L52
data_structures/fenwick_tree.py:52:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/fenwick_tree.py#L48
data_structures/fenwick_tree.py:48:1: W293 Blank line contains whitespace
Ruff (F401): data_structures/fenwick_tree.py#L18
data_structures/fenwick_tree.py:18:20: F401 `typing.Optional` imported but unused
Ruff (UP007): data_structures/bloom_filter.py#L275
data_structures/bloom_filter.py:275:28: UP007 Use `X | Y` for type annotations
Ruff (F401): data_structures/advanced_trie.py#L21
data_structures/advanced_trie.py:21:20: F401 `typing.Optional` imported but unused
Ruff (I001): data_structures/advanced_trie.py#L21
data_structures/advanced_trie.py:21:1: I001 Import block is un-sorted or un-formatted