Skip to content

added code to convert an array to a linked-list in python!! #11176

added code to convert an array to a linked-list in python!!

added code to convert an array to a linked-list in python!! #11176

Triggered via pull request October 15, 2024 06:58
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Ruff (E501): data_structures/linked_list/arr_to_linkedlist.py#L37
data_structures/linked_list/arr_to_linkedlist.py:37:89: E501 Line too long (90 > 88)
ruff
Process completed with exit code 1.