摘要: 题目: Given a string containing only three types of characters: '(', ')' and '*', write a function to check whether this string is valid. We define the 阅读全文
posted @ 2020-02-22 23:27 silentteller 阅读(277) 评论(0) 推荐(0)
摘要: 题目: 一个花园有N个位置。每个位置上有一朵花。这N朵花会在N天内逐一盛开。每天都一定会有并且只有一朵花盛开,从这天起,这朵花将一直处于盛开的状态。 给定一个由数字1到N组成的数组flowers。数组中的每个数字表示那一天将会盛开的花的位置。 例如,flowers[i] = x表示在位置x上的花会在 阅读全文
posted @ 2020-02-22 20:40 silentteller 阅读(313) 评论(0) 推荐(0)