2016年7月4日

Word Search

摘要: Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjac 阅读全文

posted @ 2016-07-04 21:08 Sheryl Wang 阅读(228) 评论(0) 推荐(0) 编辑

Add and Search Word - Data structure design

摘要: 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-07-04 15:49 Sheryl Wang 阅读(172) 评论(0) 推荐(0) 编辑

Implement Trie (Prefix Tree)

摘要: Implement a trie with insert, search, and startsWith methods. Note: You may assume that all inputs are consist of lowercase letters a-z. 终于进军trie树,tri 阅读全文

posted @ 2016-07-04 10:11 Sheryl Wang 阅读(164) 评论(0) 推荐(0) 编辑

导航