原文:[LeetCode] 314. Binary Tree Vertical Order Traversal 二叉树的竖直遍历

Given a binary tree, return thevertical ordertraversal 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 fromleft to rig ...

2016-03-15 12:31 9 13444 推荐指数:

查看详情

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 ...

Tue Dec 22 13:59:00 CST 2015 2 8870
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM