Skip to content

fix: 改进树布局算法,增加左侧节点间距避免遮挡问题 #1

fix: 改进树布局算法,增加左侧节点间距避免遮挡问题

fix: 改进树布局算法,增加左侧节点间距避免遮挡问题 #1

Triggered via push April 17, 2025 14:54
Status Failure
Total duration 18s
Artifacts
build-and-deploy
13s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

9 errors
build-and-deploy
Process completed with exit code 2.
build-and-deploy: src/utils/tree/treeTypes.ts#L1
'TreeNodeData' is declared but its value is never read.
build-and-deploy: src/utils/tree/treeOptimization.ts#L117
'treeWidth' is declared but its value is never read.
build-and-deploy: src/components/BinaryTreeInorderTraversal.tsx#L124
'showStack' is declared but its value is never read.
build-and-deploy: src/components/BinaryTreeInorderTraversal.tsx#L121
'setManualMode' is declared but its value is never read.
build-and-deploy: src/components/BinaryTreeInorderTraversal.tsx#L121
'manualMode' is declared but its value is never read.
build-and-deploy: src/components/BinaryTreeInorderTraversal.tsx#L112
'isAnimating' is declared but its value is never read.
build-and-deploy: src/components/BinaryTreeInorderTraversal.tsx#L6
'inorderTraversalIterative' is declared but its value is never read.
build-and-deploy: src/components/BinaryTreeInorderTraversal.tsx#L6
'inorderTraversalRecursive' is declared but its value is never read.