Persistent Segment Tree #11433
Annotations
4 errors
Ruff (I001):
data_structures/persistent_segment_tree.py#L1
data_structures/persistent_segment_tree.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E501):
data_structures/persistent_segment_tree.py#L84
data_structures/persistent_segment_tree.py:84:89: E501 Line too long (94 > 88)
|
Ruff (W291):
data_structures/persistent_segment_tree.py#L100
data_structures/persistent_segment_tree.py:100:75: W291 Trailing whitespace
|
ruff
Process completed with exit code 1.
|