Skip to content

Commit 6001215

Browse files
committed
Update AVLtree.py
An auto balanced binary tree with no delete node function leave for latter
1 parent 16cc96a commit 6001215

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data_structures/binary tree/AVLtree.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# -*- coding: utf-8 -*-
2+
'''
3+
An auto-balanced binary tree!
4+
'''
25
import math
36
class my_queue:
47
def __init__(self):

0 commit comments

Comments
 (0)