摘要: 题目如下: Given an integer array arr and an integer k, modify the array by repeating it k times. For example, if arr = [1, 2] and k = 3 then the modified 阅读全文
posted @ 2019-09-17 10:32 seyjs 阅读(480) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given a string s that consists of lower case English letters and brackets. Reverse the strings in each pair of matching parentheses, starting fr 阅读全文
posted @ 2019-09-17 10:21 seyjs 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given a string text, you want to use the characters of text to form as many instances of the word "balloon" as possible. You can use each charac 阅读全文
posted @ 2019-09-17 10:17 seyjs 阅读(405) 评论(0) 推荐(0) 编辑