Skip to content

added bidigrectional linked list #19

added bidigrectional linked list

added bidigrectional linked list #19

Triggered via push May 10, 2024 11:51
Status Success
Total duration 24s
Artifacts

lint.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Ruff (F403): leetcode/__init__.py#L1
leetcode/__init__.py:1:1: F403 `from leetcode import *` used; unable to detect undefined names
Ruff (F401): main.py#L1
main.py:1:36: F401 `leetcode.search_insert.search_insert` imported but unused
Ruff (F403): stepik/__init__.py#L1
stepik/__init__.py:1:1: F403 `from .linear_search import *` used; unable to detect undefined names
Ruff (F403): stepik/__init__.py#L2
stepik/__init__.py:2:1: F403 `from .linear_search import *` used; unable to detect undefined names
Ruff (F403): stepik/__init__.py#L3
stepik/__init__.py:3:1: F403 `from .selection_sort import *` used; unable to detect undefined names
Ruff (E741): stepik/linked_list/linked_list.py#L91
stepik/linked_list/linked_list.py:91:1: E741 Ambiguous variable name: `l`
build (pypy3.10)
Process completed with exit code 1.
build (pypy3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.