alg [pepeny] new alg binary tree #14559
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E711):
height_of_tree/tree.py#L16
height_of_tree/tree.py:16:25: E711 Comparison to `None` should be `cond is None`
|