2017年9月4日
摘要: Implement a trie with insert, search, and startsWith methods. Note: You may assume that all inputs are consist of lowercase letters a z. 字典树 阅读全文
posted @ 2017-09-04 20:32 Beserious 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 每日一道题目,预防思维僵化 Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which giv 阅读全文
posted @ 2017-09-04 15:04 Beserious 阅读(158) 评论(0) 推荐(0) 编辑