Skip to content

Sorted linked list added #9803

Sorted linked list added

Sorted linked list added #9803

Triggered via pull request October 1, 2024 11:08
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Ruff (F821): data_structures/linked_list/sorted_linked_list.py#L96
data_structures/linked_list/sorted_linked_list.py:96:16: F821 Undefined name `temp`
Ruff (W292): data_structures/linked_list/sorted_linked_list.py#L368
data_structures/linked_list/sorted_linked_list.py:368:33: W292 No newline at end of file
ruff
Process completed with exit code 1.