原文:[LeetCode] 103. Binary Tree Zigzag Level Order Traversal 二叉树的之字形层序遍历

Given a binary tree, return thezigzag level ordertraversal of its nodes values. ie, from left to right, then right to left for the next level and alternate between . For example:Given binary tree , , ...

2015-02-21 14:55 7 10920 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2026 CODEPRJ.COM