actanble

导航

2017年4月14日 #

Algorithm Gossip (37) 快速排序法 ( 一 )

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。 提出问题 37.Algorithm Gossip:快速排序法 阅读全文

posted @ 2017-04-14 21:55 白于空 阅读(117) 评论(0) 推荐(0) 编辑

Algorithm Gossip (36) Heap排序法( 堆排序 )

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。 提出问题 36.Algorithm Gossip: Heap 阅读全文

posted @ 2017-04-14 21:46 白于空 阅读(110) 评论(0) 推荐(0) 编辑

Algorithm Gossip (35) Shaker法

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。 提出问题 35.Algorithm Gossip:Shake 阅读全文

posted @ 2017-04-14 21:41 白于空 阅读(129) 评论(0) 推荐(0) 编辑

Algorithm Gossip (34) 希尔排序

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。 提出问题 34.Algorithm Gossip: Shel 阅读全文

posted @ 2017-04-14 21:34 白于空 阅读(111) 评论(0) 推荐(0) 编辑

AlgorithmGossip (33) 选择、插入、气泡排序

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。 提出问题 33.AlgorithmGossip:选择、插入、 阅读全文

posted @ 2017-04-14 21:30 白于空 阅读(118) 评论(0) 推荐(0) 编辑

Algorithm Gossip (32) 得分排行

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。 提出问题 32.Algorithm Gossip: 得分排行 阅读全文

posted @ 2017-04-14 21:25 白于空 阅读(122) 评论(0) 推荐(0) 编辑

Algorithm Gossip (31) 数字拆解(dp问题)

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。 提出问题 31.Algorithm Gossip: 数字拆解 阅读全文

posted @ 2017-04-14 21:20 白于空 阅读(199) 评论(0) 推荐(0) 编辑

Algorithm Gossip (30) m元素集合的 n 个元素子集

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。 提出问题 30.Algorithm Gossip:m元素集合 阅读全文

posted @ 2017-04-14 21:15 白于空 阅读(129) 评论(0) 推荐(0) 编辑

Algorithm Gossip (29) 产生可能的集合

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。 提出问题 29.Algorithm Gossip:产生可能的 阅读全文

posted @ 2017-04-14 21:11 白于空 阅读(207) 评论(0) 推荐(0) 编辑

Algorithm Gossip (27) 排列组合

摘要: 7.Algorithm Gossip: 排列组合 将一组数字、字母或符号进行排列,以得到不同的组合顺 阅读全文

posted @ 2017-04-14 21:05 白于空 阅读(186) 评论(0) 推荐(0) 编辑

Algorithm Gossip (25) Craps 博弈小游戏

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。 提出问题 25.Algorithm Gossip: Crap 阅读全文

posted @ 2017-04-14 21:00 白于空 阅读(283) 评论(0) 推荐(0) 编辑

Algorithm Gossip (26) 约瑟夫环问题

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。 提出问题 26.Algorithm Gossip: 约瑟夫问 阅读全文

posted @ 2017-04-14 20:56 白于空 阅读(99) 评论(0) 推荐(0) 编辑

Algorithm Gossip (24) 洗扑克牌(乱数排列)

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题24.Algorithm Goss... 阅读全文

posted @ 2017-04-14 20:44 白于空 阅读(188) 评论(0) 推荐(0) 编辑

Algorithm Gossip (23) 后序式的运算

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题23.Algorithm Goss... 阅读全文

posted @ 2017-04-14 20:41 白于空 阅读(152) 评论(0) 推荐(0) 编辑

Algorithm Gossip (22) 中序式转后序式(前序式)

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题22.Algorithm Goss... 阅读全文

posted @ 2017-04-14 20:37 白于空 阅读(200) 评论(0) 推荐(0) 编辑

Algorithm Gossip (21) 最大访客数

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题21.Algorithm Goss... 阅读全文

posted @ 2017-04-14 09:56 白于空 阅读(163) 评论(0) 推荐(0) 编辑

Algorithm Gossip (20) 阿姆斯壮数

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题20.Algorithm Goss... 阅读全文

posted @ 2017-04-14 09:14 白于空 阅读(136) 评论(0) 推荐(0) 编辑

2017年4月13日 #

AlgorithmGossip (19) 完美数

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题19.AlgorithmGossi... 阅读全文

posted @ 2017-04-13 21:45 白于空 阅读(105) 评论(0) 推荐(0) 编辑

Algorithm Gossp (18) 最大公因数、最小公倍数、因式分解

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题Algorithm Gossi:p... 阅读全文

posted @ 2017-04-13 21:39 白于空 阅读(219) 评论(0) 推荐(0) 编辑

Algorithm Gossip (17) 长 PI

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题17.Algorithm Goss... 阅读全文

posted @ 2017-04-13 21:19 白于空 阅读(163) 评论(0) 推荐(0) 编辑

Algorithm Gossip (16) 超长整数运算(大数运算)

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题16.Algorithm Goss... 阅读全文

posted @ 2017-04-13 21:11 白于空 阅读(185) 评论(0) 推荐(0) 编辑

Algorithm Gossip (15) 筛选求质数(Eratosthenes )

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题15.Algorithm Goss... 阅读全文

posted @ 2017-04-13 21:05 白于空 阅读(195) 评论(0) 推荐(0) 编辑

Algorithm Gossip(14) 蒙地卡罗法求 PI

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题14.Algorithm Goss... 阅读全文

posted @ 2017-04-13 20:46 白于空 阅读(107) 评论(0) 推荐(0) 编辑

Algorithm Gossip (13) 背包问题 ( Knapsack Problem)

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题13.Algorithm Goss... 阅读全文

posted @ 2017-04-13 20:37 白于空 阅读(257) 评论(0) 推荐(0) 编辑

.Algorithm Gossip (12) 双色、三色河内塔

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题12.Algorithm Goss... 阅读全文

posted @ 2017-04-13 20:32 白于空 阅读(274) 评论(0) 推荐(0) 编辑

Algorithm Gossip (11) KMP字符串匹配

摘要: 跳转 字符串匹配: 跳转到我的博文 KMP算法 实现字符串匹配 http://blog.csdn.net/actanble/article/details/53024717前言 This Series aritcles are all based on the book ... 阅读全文

posted @ 2017-04-13 20:26 白于空 阅读(109) 评论(0) 推荐(0) 编辑

Algorithm Gossip(10) 细胞生命游戏

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题Algorithm Gossip... 阅读全文

posted @ 2017-04-13 20:09 白于空 阅读(242) 评论(0) 推荐(0) 编辑

Algorithm Gossip (9) 八枚银币

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题Algorithm Gossip:... 阅读全文

posted @ 2017-04-13 20:04 白于空 阅读(173) 评论(0) 推荐(0) 编辑

Algorithm Gossip (8) 八皇后问题

摘要: 跳转跳转到我的博文 八皇后问题http://blog.csdn.net/actanble/article/details/52888285前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行... 阅读全文

posted @ 2017-04-13 20:03 白于空 阅读(124) 评论(0) 推荐(0) 编辑

Algorithm Gossip (7) 骑士走棋盘(Knight tour)

摘要: 前言 This Series aritcles are all based on the book 《经典算法大全》; 对于该书的所有案例进行一个探究和拓展,并且用python和C++进行实现; 目的是熟悉常用算法过程中的技巧和逻辑拓展。提出问题Algorithm Gossip:... 阅读全文

posted @ 2017-04-13 19:55 白于空 阅读(218) 评论(0) 推荐(0) 编辑