binary_search_tree
dz / leetcode / references / binary_search_treeNode Tree
Nodes
| deletion | |
| content | Delete a node from a binary search tree | 
| children | leetcode/problems/450_delete_node_BST (This solution outlined seems different then the LC editorial) | 
| parents | leetcode/data_structures/binary_search_tree | 
| hyperlink | https://en.wikipedia.org/wiki/Binary_search_tree#Deletion | 
| location | knowledge/leetcode/leetcode.dz:867 |