摘要: 题目描述 Given a list of airline tickets represented by pairs of departure and arrival airports [from, to], reconstruct the itinerary in order. All of the 阅读全文
posted @ 2019-07-17 15:29 你好哇傻小妞 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 题目描述 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 阅读全文
posted @ 2019-07-17 11:35 你好哇傻小妞 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Given a sorted positive integer array nums and an integer n, add/patch elements to the array such that any number in range [1, n] inclusive can b 阅读全文
posted @ 2019-07-17 10:40 你好哇傻小妞 阅读(112) 评论(0) 推荐(0) 编辑