12 2015 档案

摘要:Given a string arraywords, find the maximum value oflength(word[i]) * length(word[j])where the two words do not share common letters. You may assume t... 阅读全文
posted @ 2015-12-30 21:06 Grandyang 阅读(11315) 评论(4) 推荐(0) 编辑
摘要:Given a string which contains only lowercase letters, remove duplicate letters so that every letter appear once and only once. You must make sure your 阅读全文
posted @ 2015-12-29 13:09 Grandyang 阅读(19950) 评论(1) 推荐(0) 编辑
摘要:You are given an integer array nums and you have to return a new counts array. The countsarray has the property where counts[i] is the number of small 阅读全文
posted @ 2015-12-26 17:42 Grandyang 阅读(30980) 评论(18) 推荐(0) 编辑

Fork me on GitHub