Skip to content

binary tree using traversal lists #16105

binary tree using traversal lists

binary tree using traversal lists #16105

Triggered via pull request October 26, 2025 12:37
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (F401): data_structures/binary_tree/build_tree_from_traversal.py#L13
data_structures/binary_tree/build_tree_from_traversal.py:13:20: F401 `typing.Optional` imported but unused
Ruff (I001): data_structures/binary_tree/build_tree_from_traversal.py#L12
data_structures/binary_tree/build_tree_from_traversal.py:12:1: I001 Import block is un-sorted or un-formatted