Create Algo: Invert Binary Tree - Contributes to Issue #9943 #11229
Annotations
10 errors
Ruff (W291):
data_structures/binary_tree/invert_binary_tree.py#L9
data_structures/binary_tree/invert_binary_tree.py:9:83: W291 Trailing whitespace
|
Ruff (I001):
data_structures/binary_tree/invert_binary_tree.py#L14
data_structures/binary_tree/invert_binary_tree.py:14:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W291):
data_structures/binary_tree/invert_binary_tree.py#L14
data_structures/binary_tree/invert_binary_tree.py:14:35: W291 Trailing whitespace
|
Ruff (W291):
data_structures/binary_tree/invert_binary_tree.py#L15
data_structures/binary_tree/invert_binary_tree.py:15:34: W291 Trailing whitespace
|
Ruff (E501):
data_structures/binary_tree/invert_binary_tree.py#L20
data_structures/binary_tree/invert_binary_tree.py:20:89: E501 Line too long (100 > 88)
|
Ruff (W293):
data_structures/binary_tree/invert_binary_tree.py#L22
data_structures/binary_tree/invert_binary_tree.py:22:1: W293 Blank line contains whitespace
|
Ruff (W291):
data_structures/binary_tree/invert_binary_tree.py#L24
data_structures/binary_tree/invert_binary_tree.py:24:25: W291 Trailing whitespace
|
Ruff (W291):
data_structures/binary_tree/invert_binary_tree.py#L25
data_structures/binary_tree/invert_binary_tree.py:25:42: W291 Trailing whitespace
|
Ruff (W291):
data_structures/binary_tree/invert_binary_tree.py#L26
data_structures/binary_tree/invert_binary_tree.py:26:43: W291 Trailing whitespace
|
Ruff (W293):
data_structures/binary_tree/invert_binary_tree.py#L27
data_structures/binary_tree/invert_binary_tree.py:27:1: W293 Blank line contains whitespace
|