Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 59 下一页

2015年4月18日

摘要: https://leetcode.com/problems/decode-ways/ A message containing letters from A-Z is being decoded to numbers using the following mapping: Given an dec 阅读全文
posted @ 2015-04-18 23:42 NickyYe 阅读(200) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/unique-binary-search-trees-ii/Givenn, generate all structurally uniqueBST's(binary search trees) that store values 1...n... 阅读全文
posted @ 2015-04-18 22:36 NickyYe 阅读(136) 评论(0) 推荐(0) 编辑

2015年4月15日

摘要: https://leetcode.com/problems/min-stack/ Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) -- 阅读全文
posted @ 2015-04-15 15:46 NickyYe 阅读(207) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/word-ladder-ii/Given two words (startandend), and a dictionary, find all shortest transformation sequence(s) fromstartto... 阅读全文
posted @ 2015-04-15 10:51 NickyYe 阅读(155) 评论(0) 推荐(0) 编辑

2015年4月14日

摘要: https://leetcode.com/problems/word-ladder/ Given two words (start and end), and a dictionary, find the length of shortest transformation sequence from 阅读全文
posted @ 2015-04-14 15:43 NickyYe 阅读(179) 评论(0) 推荐(0) 编辑

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 59 下一页