Skip to content
张拓的博客
  • 博客
  • c++
  • python
  • lua
  • go
  • 标签
  • 分类
  • 归档
  • Toggle website search
菜单 关闭
  • 博客
  • c++
  • python
  • lua
  • go
  • 标签
  • 分类
  • 归档
  • Toggle website search

排序算法

  1. 首页>
  2. 分类>
  3. 博客>
  4. 算法>
  5. 排序算法>
  6. 第 2页

竞争排序

  • Post author:张拓
  • Post published:2022年 12月 22日
  • Post category:排序算法/算法
  • Post comments:0评论

竞争排序是一种排序算法。它优化了传统的选择排序,不是按顺序选择下一个排序的元素,而是选择优先队列。在传统选择排序中,从n…

继续阅读竞争排序

词语定序

  • Post author:张拓
  • Post published:2022年 12月 22日
  • Post category:排序算法/算法
  • Post comments:0评论

词语定序,或称定序(英语:Collation,目前没有公认的译名,但不少资讯领域者,如微软,根据其内涵而译作“定序”,或…

继续阅读词语定序

基数排序

  • Post author:张拓
  • Post published:2022年 12月 22日
  • Post category:排序算法/算法
  • Post comments:0评论

基数排序(英语:Radix sort)是一种非比较型整数排序算法,其原理是将整数按位数切割成不同的数字,然后按每个位数分…

继续阅读基数排序

外排序

  • Post author:张拓
  • Post published:2022年 12月 22日
  • Post category:排序算法/算法
  • Post comments:0评论

外排序(External sorting)是指能够处理极大量数据的排序算法。通常来说,外排序处理的数据不能一次装入内存,…

继续阅读外排序

奇偶排序

  • Post author:张拓
  • Post published:2022年 12月 22日
  • Post category:排序算法/算法
  • Post comments:0评论

奇偶排序,或奇偶换位排序,或砖排序,是一种相对简单的排序算法,最初发明用于有本地互连的并行计算。这是与冒泡排序特点类似的…

继续阅读奇偶排序

希尔排序

  • Post author:张拓
  • Post published:2022年 12月 22日
  • Post category:排序算法/算法
  • Post comments:0评论

希尔排序(Shellsort),也称递减增量排序算法,是插入排序的一种更高效的改进版本。希尔排序是非稳定排序算法。 希尔…

继续阅读希尔排序

并行排序

  • Post author:张拓
  • Post published:2022年 12月 22日
  • Post category:排序算法/算法
  • Post comments:0评论

并行排序算法是计算机并行计算能力大大发展之后,为了提高排序效率而提出的算法。 划分的设计方法 PSRS算法 Vilian…

继续阅读并行排序

归并排序

  • Post author:张拓
  • Post published:2022年 12月 22日
  • Post category:排序算法/算法
  • Post comments:0评论

归并排序(英语:Merge sort,或mergesort),是创建在归并操作上的一种有效的排序算法,效率为{\disp…

继续阅读归并排序

慢速排序

  • Post author:张拓
  • Post published:2022年 12月 22日
  • Post category:排序算法/算法
  • Post comments:0评论

慢速排序是一种排序算法。其基于合并排序的分而治之及递回的思想,并故意设计使排序过程非常缓慢。慢速排序由Andrei Br…

继续阅读慢速排序

拓扑排序

  • Post author:张拓
  • Post published:2022年 12月 22日
  • Post category:排序算法/算法
  • Post comments:0评论

在计算机科学领域,有向图的拓扑排序或拓扑测序是对其顶点的一种线性排序,使得对于从顶点{\displaystyle u} …

继续阅读拓扑排序
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • Go to the next page

搜索

近期文章

  • 610122199002160824
  • (无标题)
  • (无标题)
  • 认识自己
  • 相思

近期评论

您尚未收到任何评论。

标签

svn

分类

归档

日历

2025 年 6 月
一 二 三 四 五 六 日
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« 11 月    

赚钱使我快乐

张拓

近期文章

  • 610122199002160824
  • (无标题)
  • (无标题)
  • 认识自己
  • 相思

近期评论

您尚未收到任何评论。
  • 博客
Copyright - OceanWP Theme by OceanWP