Python3_Data_Structures icon indicating copy to clipboard operation
Python3_Data_Structures copied to clipboard

i think the right method in line 204 should be "_delete_node()"

Open Castagnna opened this issue 4 years ago • 0 comments

Hi, I think the right method in line 204 should be "_delete_node()" because the method self.delete_node() doesn't take a Node object as a parameter.

https://github.com/bfaure/Python3_Data_Structures/blob/8ceac35470f6740b7cb25af0ba94622099e3dab7/AVL_Tree/main.py#L204

Castagnna avatar Aug 25 '21 11:08 Castagnna