mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Update AVLtree.py
An auto balanced binary tree with no delete node function leave for latter
This commit is contained in:
parent
16cc96a092
commit
6001215b60
@ -1,4 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
An auto-balanced binary tree!
|
||||
'''
|
||||
import math
|
||||
class my_queue:
|
||||
def __init__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user