上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: 278 First Bad Version23.7%Easy 278. First Bad Version 349 Intersection of Two Arrays44.5%Easy 374 Guess Number Higher or Lower32.2%Easy 350 Intersecti 阅读全文
posted @ 2016-09-22 05:09 咖啡中不塌缩的方糖 阅读(100) 评论(0) 推荐(0) 编辑
摘要: Implement pow(x, n). 阅读全文
posted @ 2016-09-22 05:08 咖啡中不塌缩的方糖 阅读(104) 评论(0) 推荐(0) 编辑
摘要: You are a product manager and currently leading a team to develop a new product. Unfortunately, the latest version of your product fails the quality c 阅读全文
posted @ 2016-09-22 04:42 咖啡中不塌缩的方糖 阅读(95) 评论(0) 推荐(0) 编辑
摘要: Given a list of unique words. Find all pairs of distinct indices (i, j) in the given list, so that the concatenation of the two words, i.e.words[i] + 阅读全文
posted @ 2016-09-22 04:18 咖啡中不塌缩的方糖 阅读(97) 评论(0) 推荐(0) 编辑
摘要: Implement Trie (Prefix Tree) 208. Implement Trie (Prefix Tree) Add and Search Word - Data structure design 211. Add and Search Word - Data structure design Word Search II 212. Word Search ... 阅读全文
posted @ 2016-09-22 03:07 咖啡中不塌缩的方糖 阅读(102) 评论(0) 推荐(0) 编辑
摘要: Given a 2D board and a list of words from the dictionary, find all words in the board. Each word must be constructed from letters of sequentially adja 阅读全文
posted @ 2016-09-22 01:25 咖啡中不塌缩的方糖 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Design a data structure that supports the following two operations: search(word) can search a literal word or a regular expression string containing o 阅读全文
posted @ 2016-09-21 23:49 咖啡中不塌缩的方糖 阅读(488) 评论(0) 推荐(0) 编辑
摘要: Implement a trie with insert, search, and startsWith methods. Note:You may assume that all inputs are consist of lowercase letters a-z. 阅读全文
posted @ 2016-09-21 23:19 咖啡中不塌缩的方糖 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2. For example,Given:s1 = "aabcc",s2 = "dbbca", When s3 = "aadbbcbcac", ret 阅读全文
posted @ 2016-09-21 02:34 咖啡中不塌缩的方糖 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, return the vertical order traversal of its nodes' values. (ie, from top to bottom, column by column). If two nodes are in the sam 阅读全文
posted @ 2016-09-20 15:40 咖啡中不塌缩的方糖 阅读(127) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页