摘要: Given a string s and a non-empty string p, find all the start indices of p's anagrams in s. Strings consists of lowercase English letters only and the 阅读全文
posted @ 2020-05-18 09:48 Schwifty 阅读(165) 评论(0) 推荐(0)
摘要: Given a sentence text (A sentence is a string of space-separated words) in the following format: First letter is in upper case. Each word in text are 阅读全文
posted @ 2020-05-18 04:29 Schwifty 阅读(310) 评论(0) 推荐(0)
摘要: Given two integer arrays startTime and endTime and given an integer queryTime. The ith student started doing their homework at the time startTime[i] a 阅读全文
posted @ 2020-05-18 04:27 Schwifty 阅读(358) 评论(0) 推荐(0)
摘要: Given the array favoriteCompanies where favoriteCompanies[i] is the list of favorites companies for the ith person (indexed from 0). Return the indice 阅读全文
posted @ 2020-05-18 04:24 Schwifty 阅读(316) 评论(0) 推荐(0)