摘要: Problem statement Given two strings s and t, write a function to determine if t is an anagram of s. For example,s = "anagram", t = "nagaram", return t 阅读全文
posted @ 2017-06-23 08:44 蓝色地中海 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Problem statement 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 le 阅读全文
posted @ 2017-06-23 08:32 蓝色地中海 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Problem statement Given a char array representing tasks CPU need to do. It contains capital letters A to Z where different letters represent different 阅读全文
posted @ 2017-06-23 07:48 蓝色地中海 阅读(213) 评论(0) 推荐(0) 编辑