2014年8月12日

排序算法比较

摘要: 思而不学,犹豫不决笔试和面试比较有用!并且目前没有: 时间复杂度O(nlogn)、空间复杂度O(1)的稳定的排序算法 阅读全文

posted @ 2014-08-12 09:47 雨歌_sky 阅读(160) 评论(2) 推荐(0) 编辑

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) 编辑

导航