Skip to content

Commit 6c499c1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 76b34e8 commit 6c499c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/binary_tree/red_black_tree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from collections.abc import Iterator
55
from pprint import pformat
66

7+
78
class RedBlackTree:
89
"""
910
A Red-Black tree, which is a self-balancing BST (binary search

0 commit comments

Comments
 (0)