排序
北顾.岛城
半吊子技术,半吊子人生
展开
-
PTA 10-排序6 Sort with Swap(0, i) 贪心法和数环法两种解法对比分析
PTA-mooc完整题目解析及AC代码库:PTA(拼题A)-浙江大学中国大学mooc数据结构全AC代码与题目解析(C语言) Given any permutation of the numbers {0, 1, 2,…, N−1}, it is easy to sort them in increasing order. But what if Swap(0, *) is the ONLY op...原创 2020-04-28 15:59:34 · 216 阅读 · 0 评论 -
PTA 10-排序5 PAT Judge 题目分析 次位优先的基数排序实现
PTA-mooc完整题目解析及AC代码库:PTA(拼题A)-浙江大学中国大学mooc数据结构全AC代码与题目解析(C语言) The ranklist of PAT is generated from the status list, which shows the scores of the submissions. This time you are supposed to generate ...原创 2020-04-27 16:30:32 · 504 阅读 · 0 评论 -
PTA 09-排序2 Insert or Merge 及 09-排序3 Insertion or Heap Sort 两道题目分析
PTA-mooc完整题目解析及AC代码库:PTA(拼题A)-浙江大学中国大学mooc数据结构2020年春AC代码与题目解析(C语言) 这两道题比较类似,故放在一些进行分析。 09-排序2 Insert or Merge According to Wikipedia: Insertion sort iterates, consuming one input element each repetit...原创 2020-04-23 10:05:31 · 409 阅读 · 0 评论