免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1214 | 回复: 0
打印 上一主题 下一主题

hash sorting hash 排序 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-04-20 22:44 |只看该作者 |倒序浏览

                偶尔看到了关于hash sorting算法的讨论,顺便查找了一下
http://arxiv.org/abs/cs.DS/0408040
优点:
1. Linear time complexity, even in the worst case; for the in-situ proportional to the data structure size, and for the direct proportional to the data list size.
2. The hash sort puts data elements in the correct position, does not move them afterward – data quiesence
3. Data independence – data elements in the data set are mapped by their unique value, and do not depend on the predecessor or successor in the data set
4. High speed lookup is possible once the data is sorted – faster than binary search; or alternatively, to the approximate location within the data structure.
劣势:
1. Sparsity of data values in range – wasteful of space
2. Multi-dimensional data structure is required – square planar matrices are inconsistent with underlying linear memory in one-dimension
3. Works only with numeric values, requires conversion for non-numeric value
4. The data range of values must be known for the algorithm to work effectively
               
               
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/94300/showart_1904877.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP