Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年6月28日

摘要: https://leetcode.com/problems/isomorphic-strings/Given two stringssandt, determine if they are isomorphic.Two strings are isomorphic if the characters... 阅读全文
posted @ 2015-06-28 20:53 NickyYe 阅读(244) 评论(0) 推荐(0)

摘要: https://leetcode.com/problems/add-and-search-word-data-structure-design/ Design a data structure that supports the following two operations: search(wo 阅读全文
posted @ 2015-06-28 20:14 NickyYe 阅读(211) 评论(0) 推荐(0)

摘要: https://leetcode.com/problems/implement-trie-prefix-tree/Implement a trie withinsert,search, andstartsWithmethods.Note:You may assume that all inputs ... 阅读全文
posted @ 2015-06-28 19:46 NickyYe 阅读(436) 评论(0) 推荐(0)

摘要: https://leetcode.com/problems/house-robber-ii/ Note: This is an extension of House Robber. After robbing those houses on that street, the thief has fo 阅读全文
posted @ 2015-06-28 16:33 NickyYe 阅读(150) 评论(0) 推荐(0)