摘要: 题目 Given two strings s and p, return an array of all the start indices of p's anagrams in s. You may return the answer in any order. An Anagram is a w 阅读全文
posted @ 2022-03-17 17:10 frankming 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 题目 You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the ith line are (i, 0) and (i, 阅读全文
posted @ 2022-03-17 16:30 frankming 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 题目 You are given two lists of closed intervals, firstList and secondList, where firstList[i] = [starti, endi] and secondList[j] = [startj, endj]. Each 阅读全文
posted @ 2022-03-17 00:26 frankming 阅读(18) 评论(0) 推荐(0) 编辑