Skip to content

Commit 72c217c

Browse files
authored
Update AVLtree.py
Removed blank lines (256 to 287)!
1 parent 9bbc4d9 commit 72c217c

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

data_structures/binary tree/AVLtree.py

-32
Original file line numberDiff line numberDiff line change
@@ -253,35 +253,3 @@ def test(self):
253253
for i in l:
254254
t.del_node(i)
255255
t.traversale()
256-
257-
258-
259-
260-
261-
262-
263-
264-
265-
266-
267-
268-
269-
270-
271-
272-
273-
274-
275-
276-
277-
278-
279-
280-
281-
282-
283-
284-
285-
286-
287-

0 commit comments

Comments
 (0)