2014年11月23日
摘要: A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.Return a deep copy ... 阅读全文
posted @ 2014-11-23 22:16 Chris兔的小佳佳 阅读(140) 评论(0) 推荐(0)
摘要: Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words.For exampl... 阅读全文
posted @ 2014-11-23 16:07 Chris兔的小佳佳 阅读(158) 评论(0) 推荐(0)