Binary Tree Deletion method removes extra values #1

Closed
opened 2022-04-14 21:23:34 +00:00 by luke-else · 2 comments
Owner

With the current setup, the removal of 1 also takes away the node 3

With the current setup, the removal of 1 also takes away the node 3
Author
Owner

Line 96 is the culprit - Way too tired to fix now

Line 96 is the culprit - Way too tired to fix now
luke-else self-assigned this 2022-04-14 21:25:53 +00:00
Author
Owner

Needs to look at parent and take into account whether value is greater or not

Needs to look at parent and take into account whether value is greater or not
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: luke-else/Algorithms-DataStructures#1
No description provided.