摘要: 题目如下: We are given an array A of N lowercase letter strings, all of the same length. Now, we may choose any set of deletion indices, and for each stri 阅读全文
posted @ 2019-11-04 13:27 seyjs 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given a string s of '(' , ')' and lowercase English characters. Your task is to remove the minimum number of parentheses ( '(' or ')', in any po 阅读全文
posted @ 2019-11-04 10:24 seyjs 阅读(834) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given an array of integers nums and an integer k. A subarray is called nice if there are k odd numbers on it. Return the number of nice sub-arra 阅读全文
posted @ 2019-11-04 10:16 seyjs 阅读(549) 评论(0) 推荐(0) 编辑
摘要: 题目如下: You are given two strings s1 and s2 of equal length consisting of letters "x" and "y" only. Your task is to make these two strings equal to each 阅读全文
posted @ 2019-11-04 10:04 seyjs 阅读(526) 评论(0) 推荐(0) 编辑