标签: algorithm time-complexity
我使用算法与分裂。
根据https://en.wikipedia.org/wiki/Computational_complexity_of_mathematical_operations,该部门有时间复杂度(以下之一):
O(n log n log log n) O(n log n 2O(log* n)) O(n**2) O(M(n))
到目前为止,我在Python中使用此算法,但我需要在平台上独立描述它。对于Python(或类似语言)用户来说,哪一个时间复杂度定义是正确的?