gpt4 book ai didi

algorithm - 排序字符串真的是 O(n^2logn) 吗?

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:38:46 26 4
gpt4 key购买 nike

<分区>

我阅读了以下内容:

Sorting takes O(NlogN) so how it is O(N^2logN)??. What we miss here is that comparison of two strings is not O(1); in worst case, it takes O(N). So the final complexity is O(N^2logN).

这是正确的吗?我一直认为排序总是 O(NlogN),但现在我觉得有点不对劲,因为它变成了 O(N^2logN)。

如果有人能解释为什么它是 O(N^2logN) 那就太好了。

编辑:引自此处:https://www.hackerrank.com/challenges/string-similarity/topics/suffix-array

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com