Skip to content

Added merge_k_sorted_list algo in linked_list #14761

Added merge_k_sorted_list algo in linked_list

Added merge_k_sorted_list algo in linked_list #14761

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (I001): data_structures/linked_list/merge_k_sorted_list.py#L20
data_structures/linked_list/merge_k_sorted_list.py:20: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)