摘要: 顺序表应用4:元素位置互换之逆置算法 Time Limit: 10MS Memory Limit: 570KB Submit Statistic Problem Description 一个长度为len(1 #include #include #include #define ... 阅读全文
posted @ 2016-09-13 20:34 Philtell 阅读(464) 评论(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 阅读(162) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #define LISTINCREASMENT 100 /*每次分配元素的个数*/#define LISTSIZE 10 ... 阅读全文
posted @ 2016-09-13 19:30 Philtell 阅读(80) 评论(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 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用3:元素位置互换之移位算法Time Limit: 1000MS Memory Limit: 570KB SubmitStatistic Problem Description一个长度为len(1usin... 阅读全文
posted @ 2016-09-13 15:34 Philtell 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用2:多余元素删除之建表算法 Time Limit: 3MS Memory Limit: 600KB SubmitStatistic Problem Description 一个长度不超过10000数据的顺序表,可能存在着一些值相同的“多余”数据元素(类型为整型),编写一个程序将“... 阅读全文
posted @ 2016-09-13 15:04 Philtell 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用2:多余元素删除之建表算法Time Limit: 3MS Memory Limit: 600KB SubmitStatisticProblem Description一个长度不超过10000数据的顺序表... 阅读全文
posted @ 2016-09-13 15:04 Philtell 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用1:多余元素删除之移位算法 Time Limit: 1000MS Memory Limit: 650KB Submit Statistic Problem Description 一个长度不超过10000数据的顺序表,可能存在着一些值相同的“多余”数据元素(类型为整型),编... 阅读全文
posted @ 2016-09-13 12:51 Philtell 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 顺序表应用1:多余元素删除之移位算法Time Limit: 1000MS Memory Limit: 650KBSubmit StatisticProblem Description一个长度不超过10000数据的... 阅读全文
posted @ 2016-09-13 12:51 Philtell 阅读(201) 评论(0) 推荐(0) 编辑