mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-05-22 00:43:22 +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
6cd0cd31fe
commit
7654b0b9ed
@ -257,6 +257,7 @@ def del_node(root: MyNode | None, data: Any) -> MyNode | None:
|
|||||||
|
|
||||||
return root
|
return root
|
||||||
|
|
||||||
|
|
||||||
class AVLtree:
|
class AVLtree:
|
||||||
"""
|
"""
|
||||||
An AVL tree doctest
|
An AVL tree doctest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user