def delete(self, key): self.root = self._delete_rec…

chryptof ·

def delete(self, key):
self.root = self._delete_recursive(self.root, key)