Skip to content

算法: 实现判断回文链表的核心算法 #7

算法: 实现判断回文链表的核心算法

算法: 实现判断回文链表的核心算法 #7

Triggered via push April 18, 2025 13:48
Status Failure
Total duration 28s
Artifacts

deploy.yml

on: push
build-and-deploy
23s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build-and-deploy: src/components/PalindromeLinkedListDemo.tsx#L280
'visualizationHeight' is declared but its value is never read.
build-and-deploy: src/components/PalindromeLinkedListDemo.tsx#L279
'visualizationWidth' is declared but its value is never read.
build-and-deploy: src/components/PalindromeLinkedListDemo.tsx#L248
'getCurrentStepName' is declared but its value is never read.
build-and-deploy: src/components/PalindromeLinkedListDemo.tsx#L11
'AlgorithmExplanation' is declared but its value is never read.
build-and-deploy: src/components/LinkedListVisualization.tsx#L86
'd' is declared but its value is never read.
build-and-deploy: src/components/LinkedListVisualization.tsx#L78
Argument of type 'DragBehavior<Element, unknown, unknown>' is not assignable to parameter of type '(selection: Selection<SVGGElement, ListNode, SVGGElement, unknown>) => void'.
build-and-deploy: src/components/LinkedListVisualization.tsx#L3
'ListNode' is declared but its value is never read.
build-and-deploy: src/components/LinkedListVisualization.tsx#L1
'useState' is declared but its value is never read.
build-and-deploy: src/App.tsx#L1
'React' is declared but its value is never read.
build-and-deploy: src/App.test.tsx#L1
'React' is declared but its value is never read.