redolog / blog-comment

Blog comment using gitalk.
0 stars 0 forks source link

1261. 在受污染的二叉树中查找元素 logn时间性能题解 | 宋惠龙的博客 #137

Open redolog opened 2 years ago

redolog commented 2 years ago

https://dragonsong.tech/posts/rd/algo/oj/leetcode/find-elements-in-a-contaminated-binary-tree/

LeetCode 1261. 在受污染的二叉树中查找元素 ,对比树的DFS常规解法、logn优化解法。