77# eric R <[email protected] >, 202088# Alpha Du <[email protected] >, 202099# iceyasha <[email protected] >, 202010- # Freesand Leo <[email protected] >, 2021 10+ # Freesand Leo <[email protected] >, 2022 1111#
1212#, fuzzy
1313msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616"Report-Msgid-Bugs-To : \n "
1717"POT-Creation-Date : 2021-01-01 16:06+0000\n "
1818"PO-Revision-Date : 2020-05-30 12:03+0000\n "
19- "
Last-Translator :
Freesand Leo <[email protected] >, 2021 \n "
19+ "
Last-Translator :
Freesand Leo <[email protected] >, 2022 \n "
2020"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2121"MIME-Version : 1.0\n "
2222"Content-Type : text/plain; charset=UTF-8\n "
@@ -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."
368368msgstr ""
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