Update AVLtree.py

Removed blank lines (256 to 287)!
This commit is contained in:
Harshil 2018-11-23 18:23:06 +01:00 committed by GitHub
parent 9bbc4d9021
commit 72c217c37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,35 +253,3 @@ if __name__ == "__main__":
for i in l:
t.del_node(i)
t.traversale()