mingyuanlee
Results
1
comments of
mingyuanlee
The impl is not correct, here we set the root to null in fixDeleteTree: ``` if (node == root) { root = nullptr; return; } ```