actanble

导航

随笔分类 -  Algorithm

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

posted @ 2017-04-14 22:44 白于空 阅读(336) 评论(0) 推荐(0)

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

posted @ 2017-04-14 22:30 白于空 阅读(635) 评论(0) 推荐(0)

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

posted @ 2017-04-14 22:27 白于空 阅读(180) 评论(0) 推荐(0)

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

posted @ 2017-04-14 22:24 白于空 阅读(152) 评论(0) 推荐(0)

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

posted @ 2017-04-14 22:16 白于空 阅读(189) 评论(0) 推荐(0)

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

posted @ 2017-04-14 22:13 白于空 阅读(119) 评论(0) 推荐(0)

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

posted @ 2017-04-14 22:08 白于空 阅读(129) 评论(0) 推荐(0)

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

posted @ 2017-04-14 22:03 白于空 阅读(113) 评论(0) 推荐(0)

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

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

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

posted @ 2017-04-14 21:55 白于空 阅读(132) 评论(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 白于空 阅读(126) 评论(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 白于空 阅读(144) 评论(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 白于空 阅读(133) 评论(0) 推荐(0)

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

posted @ 2017-04-14 21:30 白于空 阅读(128) 评论(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 白于空 阅读(135) 评论(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 白于空 阅读(277) 评论(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 白于空 阅读(155) 评论(0) 推荐(0)