摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
Problem statement Given a char array representing tasks CPU need to do. It contains capital letters A to Z where different letters represent different 阅读全文