上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: 1 /************************************************************************* 2 > File Name: 06_MinNumberInRotatedArray.c 3 > Author: Juntaran 4 > Mail: JuntaranMail@gmail.com 5 >... 阅读全文
posted @ 2016-08-29 20:14 Juntaran 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 添加了模板类应用 阅读全文
posted @ 2016-08-29 19:41 Juntaran 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 代码有问题 阅读全文
posted @ 2016-08-29 19:40 Juntaran 阅读(153) 评论(0) 推荐(0) 编辑
摘要: July KMP、红黑树 http://blog.csdn.net/v_july_v/article/details/7041827 dolphin0520 Trie树 http://www.cnblogs.com/dolphin0520/archive/2011/10/11/2207886.htm 阅读全文
posted @ 2016-08-27 05:16 Juntaran 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 经典排序 链表排序 搜索算法 剑指Offer 阅读全文
posted @ 2016-08-25 02:12 Juntaran 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 链表的快速排序与归并排序 参考资料: http://www.acmerblog.com/merge-sort-for-linked-list-5371.html http://blog.csdn.net/cwqbuptcwqbupt/article/details/6902173 阅读全文
posted @ 2016-08-24 17:25 Juntaran 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/wumuzi520/article/details/7841280 给定一个数组a[N],我们希望构造数组b [N], 其中b[j]=a[0]*a[1]…a[N-1] / a[j], 在构造过程中,不允许使用除法:要求O(1)空间复杂度和O(n)的时间 阅读全文
posted @ 2016-08-24 16:50 Juntaran 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 再做一遍剑指Offer, 以前做完了有很多好的思路都忘记了 也有些以前就没弄懂的问题 争取一波带走! 剑指Offer01 杨氏数组寻值 剑指Offer02 替换空格 剑指Offer03 逆序输出链表&链表逆序 剑指Offer04 重建二叉树 (待解决) 剑指Offer05 用栈模拟队列 剑指Offe 阅读全文
posted @ 2016-08-24 16:18 Juntaran 阅读(815) 评论(0) 推荐(0) 编辑
摘要: 多写了个逆序链表 阅读全文
posted @ 2016-08-24 02:51 Juntaran 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 1 /************************************************************************* 2 > File Name: 02_Replace_Blank.c 3 > Author: Juntaran 4 > Mail: JuntaranMail@gmail.com 5 > Created T... 阅读全文
posted @ 2016-08-24 02:50 Juntaran 阅读(195) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页