
算法
文章平均质量分 86
热爱改名阿呆呆
个人主页:https://jinglecjy.github.io/
掘金主页:https://juejin.im/user/5b30cde751882574af2819b0
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
POJ1017 Packets(贪心算法训练)
Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 51306 Accepted: 17391DescriptionA factory produces products packed in square packets of the same height h and原创 2017-04-13 18:14:28 · 635 阅读 · 0 评论 -
POJ3624 Charm Bracelet(典型01背包问题)
Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 32897 Accepted: 14587DescriptionBessie has gone to the mall's jewelry store and spies a charm bracelet. Of c原创 2017-04-13 18:14:25 · 468 阅读 · 0 评论 -
POJ1323 Game Prediction(贪心算法训练)
Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 10475 Accepted: 5046DescriptionSuppose there are M people, including you, playing a special card game. At the原创 2017-04-13 18:14:22 · 676 阅读 · 0 评论 -
POJ1700 Crossing River(贪心算法训练)
Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 13301 Accepted: 5087DescriptionA group of N people wishes to go across a river with only one boat, which can原创 2017-04-13 18:14:20 · 964 阅读 · 0 评论 -
【算法】排序 (三):二叉树排序&基于散列排序(C++实现)
二叉树排序桶排序原创 2017-06-08 21:29:10 · 1028 阅读 · 0 评论 -
【算法】图论(一) —— 基本图算法(BFS/DFS/强连通分量)
基本图算法(图的表示/广度优先搜索/深度优先搜索/拓扑排序/强连通分量)原创 2017-05-19 21:42:19 · 4478 阅读 · 0 评论 -
【算法】排序 (一):插入排序&希尔排序&选择排序&堆排序(C++实现)
排序算法的具体实现都在文章末端直接插入排序、希尔排序、简单选择排序、堆排序原创 2017-05-19 21:39:20 · 544 阅读 · 0 评论 -
【算法】排序 (二):冒泡排序&快速排序&归并排序&基数排序&拓扑排序(C++实现)
交换排序(冒泡排序+快速排序)、归并排序、基数排序、拓扑排序二维数组指针及指针数组原创 2017-05-22 21:44:33 · 1808 阅读 · 0 评论