actanble

导航

2017年4月13日 #

AlgorithmGossip (19) 完美数

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

posted @ 2017-04-13 21:45 白于空 阅读(108) 评论(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 白于空 阅读(220) 评论(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 白于空 阅读(278) 评论(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 白于空 阅读(110) 评论(0) 推荐(0) 编辑

Algorithm Gossip(10) 细胞生命游戏

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

posted @ 2017-04-13 20:09 白于空 阅读(243) 评论(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 白于空 阅读(222) 评论(0) 推荐(0) 编辑

Algorithm Gossip(6) 老鼠找迷宫(2)

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

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

Algorithm Gossip(5) 老鼠找迷宫(1)

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

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

Algorithm-Gossip(4) 三色棋(Three_Color_Flag)

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

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

Algorithm-Gossip(3) 巴斯卡三角形

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

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

Algorithm-Gossip(2) 费布拉切数列

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

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

Algorithm-Gossip(1) 河内之塔 / 汉罗塔

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

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

Algorithm-Gossip 经典算法系列 说明文档

摘要: 前言本系列简单背景描述 Algorithm-Gossip 来自于一本书 《经典算法大全》; 该书总共会记录 51 道题目, 其中都是涉及一些小趣题的讲解, 使用C实现其中的案例, 并没有涉及复杂的数据结构, 也就是说适用于任何有语言基础的同学用自己所学的基础解决一些生活或者是数... 阅读全文

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