摘要: 题目如下: You are given the array paths, where paths[i] = [cityAi, cityBi] means there exists a direct path going from cityAi to cityBi. Return the destin 阅读全文
posted @ 2020-06-03 22:41 seyjs 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given two strings: s1 and s2 with the same size, check if some permutation of string s1 can break some permutation of string s2 or vice-versa (i 阅读全文
posted @ 2020-06-03 22:36 seyjs 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 题目如下: You are given an integer num. You will apply the following steps exactly two times: Pick a digit x (0 <= x <= 9). Pick another digit y (0 <= y < 阅读全文
posted @ 2020-06-03 22:32 seyjs 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has. For each kid check 阅读全文
posted @ 2020-06-03 22:22 seyjs 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 题目如下: There are several cards arranged in a row, and each card has an associated number of points The points are given in the integer array cardPoints 阅读全文
posted @ 2020-06-03 22:14 seyjs 阅读(513) 评论(0) 推荐(0) 编辑