摘要: 顺序表应用6:有序顺序表查询 Time Limit: 7MS Memory Limit: 700KB Submit Statistic Problem Description 顺序表内按照由小到大的次序存放着n个互不相同的整数(1 #include #include #inclu... 阅读全文
posted @ 2016-09-13 21:44 Philtell 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用6:有序顺序表查询Time Limit: 7MS Memory Limit: 700KBSubmit StatisticProblem Description顺序表内按照由小到大的次序存放着n个互不相同... 阅读全文
posted @ 2016-09-13 21:44 Philtell 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用5:有序顺序表归并 Time Limit: 100MS Memory Limit: 800KB Submit Statistic Problem Description 已知顺序表A与B是两个有序的顺序表,其中存放的数据元素皆为普通整型,将A与B表归并为C表,要求C表包含了... 阅读全文
posted @ 2016-09-13 21:14 Philtell 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用5:有序顺序表归并Time Limit: 100MS Memory Limit: 800KBSubmit StatisticProblem Description已知顺序表A与B是两个有序的顺序表,其中... 阅读全文
posted @ 2016-09-13 21:14 Philtell 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用4:元素位置互换之逆置算法 Time Limit: 10MS Memory Limit: 570KB Submit Statistic Problem Description 一个长度为len(1 #include #include #include #define ... 阅读全文
posted @ 2016-09-13 20:34 Philtell 阅读(458) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用4:元素位置互换之逆置算法Time Limit: 10MS Memory Limit: 570KBSubmit StatisticProblem Description一个长度为len(1#includ... 阅读全文
posted @ 2016-09-13 20:34 Philtell 阅读(140) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #define LISTINCREASMENT 100 /*每次分配元素的个数*/ #define LISTSIZE 10 /*顺序存储的最大个数*/... 阅读全文
posted @ 2016-09-13 19:30 Philtell 阅读(159) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #define LISTINCREASMENT 100 /*每次分配元素的个数*/#define LISTSIZE 10 ... 阅读全文
posted @ 2016-09-13 19:30 Philtell 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用3:元素位置互换之移位算法 Time Limit: 1000MS Memory Limit: 570KB Submit Statistic Problem Description 一个长度为len(1 using namespace std; #define list_size... 阅读全文
posted @ 2016-09-13 15:34 Philtell 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用3:元素位置互换之移位算法Time Limit: 1000MS Memory Limit: 570KB SubmitStatistic Problem Description一个长度为len(1usin... 阅读全文
posted @ 2016-09-13 15:34 Philtell 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用2:多余元素删除之建表算法 Time Limit: 3MS Memory Limit: 600KB SubmitStatistic Problem Description 一个长度不超过10000数据的顺序表,可能存在着一些值相同的“多余”数据元素(类型为整型),编写一个程序将“... 阅读全文
posted @ 2016-09-13 15:04 Philtell 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用2:多余元素删除之建表算法Time Limit: 3MS Memory Limit: 600KB SubmitStatisticProblem Description一个长度不超过10000数据的顺序表... 阅读全文
posted @ 2016-09-13 15:04 Philtell 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用1:多余元素删除之移位算法 Time Limit: 1000MS Memory Limit: 650KB Submit Statistic Problem Description 一个长度不超过10000数据的顺序表,可能存在着一些值相同的“多余”数据元素(类型为整型),编... 阅读全文
posted @ 2016-09-13 12:51 Philtell 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用1:多余元素删除之移位算法Time Limit: 1000MS Memory Limit: 650KBSubmit StatisticProblem Description一个长度不超过10000数据的... 阅读全文
posted @ 2016-09-13 12:51 Philtell 阅读(201) 评论(0) 推荐(0) 编辑