redolog / blog-comment

Blog comment using gitalk.
0 stars 0 forks source link

LeetCode 987. 二叉树的垂序遍历 堆题解 | 宋惠龙的大操场 #122

Open redolog opened 2 years ago

redolog commented 2 years ago

https://dragonsong.tech/posts/rd/algo/oj/leetcode/vertical-order-traversal-of-a-binary-tree/

LeetCode 987. 二叉树的垂序遍历 堆题解,本题可使用有序结构,也可以对统计数组直接排序。