Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f161531

Browse files
[po] auto sync
1 parent 9295a3f commit f161531

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/heapq.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ msgid ""
366366
"logarithmic on the total number of items in the tree. By iterating over all "
367367
"items, you get an O(n log n) sort."
368368
msgstr ""
369-
"如果此堆的稳定性始终受到保护,则序号 0 显然是总的赢家。 删除它并找出“下一个”赢家的最简单算法方式是将某个输家(让我们假定是上图中的 30 "
370-
"号单元)移至 0 号位置,然后将这个新的 0 号沿树下行,不断进行值的交换,直到不变量重新建立。 这显然会是树中条目总数的对数。 "
369+
"如果此堆的不变性质始终受到保护,则序号 0 显然是总的赢家。 删除它并找出“下一个”赢家的最简单算法方式是将某个输家(让我们假定是上图中的 30 "
370+
"号单元)移至 0 号位置,然后将这个新的 0 号沿树下行,不断进行值的交换,直到不变性质得到重建。 这显然会是树中条目总数的对数。 "
371371
"通过迭代所有条目,你将得到一个 O(n log n) 复杂度的排序。"
372372

373373
#: ../../library/heapq.rst:275

0 commit comments

Comments
 (0)