2014年8月11日

leetcode -- Copy List with Random Pointer

摘要: 你以为那是你的极限,也许只是别人的起点[问题描述]A linked list is given such that each node contains an additional random pointer which could point to any node in the list or... 阅读全文

posted @ 2014-08-11 20:01 雨歌_sky 阅读(107) 评论(0) 推荐(0) 编辑

leetcode -- word break

摘要: 一个没有把百酒都尝遍的人,是不会体会到清水之味的~[问题描述]Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or m... 阅读全文

posted @ 2014-08-11 16:14 雨歌_sky 阅读(85) 评论(0) 推荐(0) 编辑

导航