摘要: 在网上看了其他一些博主写的,觉得写的不太明了,或者有些情况没有涉及到甚至有一些小错误,我来给完善补充一下。public static void main(String[] args) { int num1 = 10; int num2 = 20; s... 阅读全文
posted @ 2018-05-24 21:50 绿叶萌飞 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 题目地址:https://leetcode.com/problems/binary-tree-preorder-traversal/description/Given a binary tree, return the preorder traversal of it... 阅读全文
posted @ 2018-05-24 20:58 绿叶萌飞 阅读(146) 评论(0) 推荐(0) 编辑