314. Binary Tree Vertical Order Traversal
Given a binary tree, return the vertical order traversal of its nodes' values. (ie, from top to bottom, column by column).
If two nodes are in the same row and column, the order should be from left
原创
2018-01-10 11:48:42 ·
135 阅读 ·
0 评论