摘要: 题目:Given two stringssandt, write a function to determine iftis an anagram ofs.For example,s= "anagram",t= "nagaram", return true.s= "rat",t= "car", re... 阅读全文
posted @ 2015-09-30 22:44 savageclc26 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 题目:Given an array ofnintegers wheren> 1,nums, return an arrayoutputsuch thatoutput[i]is equal to the product of all the elements ofnumsexceptnums[i].S... 阅读全文
posted @ 2015-09-30 08:20 savageclc26 阅读(117) 评论(0) 推荐(0) 编辑