mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 02:18:39 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
e33d860c0a
commit
58637718ff
@ -12,9 +12,6 @@ class Node:
|
|||||||
self.right: Node | None = None
|
self.right: Node | None = None
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def display_using_in_order_traversal(root: Node | None, level: int = 0) -> None:
|
def display_using_in_order_traversal(root: Node | None, level: int = 0) -> None:
|
||||||
"""
|
"""
|
||||||
>>> root = Node(1)
|
>>> root = Node(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user