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

Skip to content

Commit 50a654c

Browse files
[po] auto sync
1 parent 06715db commit 50a654c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

library/heapq.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# eric R <[email protected]>, 2020
88
# Alpha Du <[email protected]>, 2020
99
# iceyasha <[email protected]>, 2020
10-
# Freesand Leo <[email protected]>, 2021
10+
# Freesand Leo <[email protected]>, 2022
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -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."
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)