摘要
阐述了如何使用一种新的数据结构"n-叉树"来对数据进行桶排序。分析和详细说明了n-叉树的算法,通过测试数据证明n-叉树算法的性能是稳定和良好的。
A new data structure named n-Tree and how it is used in sorting data is described. Details of n-Tree algorithm are presented. Test result proves the performance of this algorithm is good and stable.
出处
《科学技术与工程》
2009年第14期4038-4039,4043,共3页
Science Technology and Engineering
基金
榆林学院教改基金(JG013)资助
关键词
桶算法
数据结构
n-叉树
balance algorithm data structure n-tree