mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-07 11:37:36 +08:00
Update AVLtree.py
An auto balanced binary tree with no delete node function leave for latter
This commit is contained in:
@ -1,4 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
'''
|
||||||
|
An auto-balanced binary tree!
|
||||||
|
'''
|
||||||
import math
|
import math
|
||||||
class my_queue:
|
class my_queue:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Reference in New Issue
Block a user