heapsort计数元素比较

发布于 2025-01-31 01:23:51 字数 238 浏览 2 评论 0 原文

我使用heapsort对整数进行分类。 我想知道4个阵列长度的元素比较数量。 现在,当我使用全局变量时,对于最坏情况,它会计算6。好吧,我认为Heapsorts最差的表现是NLOG2(n)。所以应该是8对吗? 因此,当我去并插入我的数组,它也说6。 到目前为止,谢谢

i use HeapSort to sort an array of integers.
And i want to know the number of element comparisons for an arraylength of 4.
Now when i use a global variable it counts 6 for the worstcase. Well i thought HeapSorts worst-case performance is nlog2(n). So it should be 8 right?
So when i go to http://www.allisons.org/ll/AlgDS/Sort/Heap/ and insert my array, it also says 6. But what does this faktor of * 0,75 do in this case?
Thanks so far

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文