Skip to content

added merge interval problem on the array data structure #16604

added merge interval problem on the array data structure

added merge interval problem on the array data structure #16604

Triggered via pull request December 15, 2025 12:27
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (invalid-syntax): data_structures/arrays/merge_intervals.py#L62
data_structures/arrays/merge_intervals.py:62:1: invalid-syntax: Expected a statement
Ruff (invalid-syntax): data_structures/arrays/merge_intervals.py#L41
data_structures/arrays/merge_intervals.py:41:1: invalid-syntax: Unexpected indentation
Ruff (E501): data_structures/arrays/merge_intervals.py#L20
data_structures/arrays/merge_intervals.py:20:89: E501 Line too long (96 > 88)