Skip to content

Added merge_k_sorted_list algo in linked_list #14760

Added merge_k_sorted_list algo in linked_list

Added merge_k_sorted_list algo in linked_list #14760

Triggered via pull request October 6, 2025 05:34
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff
Process completed with exit code 1.
Ruff (W292): data_structures/linked_list/merge_k_sorted_list.py#L113
data_structures/linked_list/merge_k_sorted_list.py:113:4: W292 No newline at end of file
Ruff (W293): data_structures/linked_list/merge_k_sorted_list.py#L65
data_structures/linked_list/merge_k_sorted_list.py:65:1: W293 Blank line contains whitespace
Ruff (I001): data_structures/linked_list/merge_k_sorted_list.py#L19
data_structures/linked_list/merge_k_sorted_list.py:19:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): data_structures/linked_list/merge_k_sorted_list.py#L14
data_structures/linked_list/merge_k_sorted_list.py:14:89: E501 Line too long (93 > 88)
Ruff (E501): data_structures/linked_list/merge_k_sorted_list.py#L3
data_structures/linked_list/merge_k_sorted_list.py:3:89: E501 Line too long (200 > 88)