We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c976c2f commit fab870bCopy full SHA for fab870b
Binary-Tree/450/solution1.js
@@ -1,5 +1,5 @@
1
/**
2
- * 时间复杂度:O(n)
+ * 时间复杂度:O(logn)
3
* 空间复杂度:O(n)
4
*/
5
const deleteNode = (root, key) => {
0 commit comments