摘要: 题目: One way to serialize a binary tree is to use pre-order traversal. When we encounter a non-null node, we record the node's value. If it is a null n 阅读全文
posted @ 2017-06-17 10:26 荒野第一快递员 阅读(355) 评论(0) 推荐(0)