Monday, January 5, 2015

[LeetCode]Binary Tree Inorder Traversal

Binary Tree Preorder Traversal中说明过,Inorder的代码基本上是一样的,只有一行的区别。
代码如下:


Follow up: constant space的中序遍历, Binary Search Tree Iterator

No comments:

Post a Comment