摘要: 题目如下: You are given a series of video clips from a sporting event that lasted Tseconds. These video clips can be overlapping with each other and have 阅读全文
posted @ 2019-04-08 21:59 seyjs 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 题目如下: A query word matches a given pattern if we can insert lowercaseletters to the pattern word so that it equals the query. (We may insert each char 阅读全文
posted @ 2019-04-08 21:53 seyjs 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given a binary tree, each node has value 0 or 1. Each root-to-leaf path represents a binary number starting with the most significant bit. For e 阅读全文
posted @ 2019-04-08 21:48 seyjs 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 题目如下: A valid parentheses string is either empty (""), "(" + A + ")", or A + B, where A and B are valid parentheses strings, and + represents string c 阅读全文
posted @ 2019-04-08 21:47 seyjs 阅读(412) 评论(0) 推荐(0) 编辑