- Notifications
You must be signed in to change notification settings - Fork1.9k
Open
Description
java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/BinarySearchTree.java
Line 375 in356dfb1
replacementParent.lesser =replacementNodeGreater; |
this code is not wrong. I wonder can you modify it.
in my opinion, replacementNode must be a leaf node.
so if it is a left leaf node or a right leaf node,
just make surereplacementParent.lesser = null;
orreplacementParent.greater= null;
Metadata
Metadata
Assignees
Labels
No labels