add:find kth element towards head of linked list #10349
Annotations
3 errors
Ruff (W291):
data_structures/linked_list/kth_element_towards_head.py#L36
data_structures/linked_list/kth_element_towards_head.py:36:36: W291 Trailing whitespace
|
Ruff (W292):
data_structures/linked_list/kth_element_towards_head.py#L36
data_structures/linked_list/kth_element_towards_head.py:36:38: W292 No newline at end of file
|
ruff
Process completed with exit code 1.
|