René's URL Explorer Experiment


Title: 排序技法 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
排序技法https://python.github.io/python-docs-zh-tw/howto/sorting.html
基礎排序https://python.github.io/python-docs-zh-tw/howto/sorting.html#sorting-basics
鍵函式 (key functions)https://python.github.io/python-docs-zh-tw/howto/sorting.html#key-functions
Operator 模組函式以及部份函式 (partial function) 評估https://python.github.io/python-docs-zh-tw/howto/sorting.html#operator-module-functions-and-partial-function-evaluation
升冪與降冪https://python.github.io/python-docs-zh-tw/howto/sorting.html#ascending-and-descending
排序穩定性與複合排序https://python.github.io/python-docs-zh-tw/howto/sorting.html#sort-stability-and-complex-sorts
裝飾-排序-移除裝飾 (decorate-sort-undecorate)https://python.github.io/python-docs-zh-tw/howto/sorting.html#decorate-sort-undecorate
比較函式 (comparison functions)https://python.github.io/python-docs-zh-tw/howto/sorting.html#comparison-functions
Strategies For Unorderable Types and Valueshttps://python.github.io/python-docs-zh-tw/howto/sorting.html#strategies-for-unorderable-types-and-values
雜項說明https://python.github.io/python-docs-zh-tw/howto/sorting.html#odds-and-ends
部份排序https://python.github.io/python-docs-zh-tw/howto/sorting.html#partial-sorts
Socket 程式設計指南https://python.github.io/python-docs-zh-tw/howto/sockets.html
Unicode HOWTOhttps://python.github.io/python-docs-zh-tw/howto/unicode.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/howto/sorting.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/howto/unicode.html
上一頁https://python.github.io/python-docs-zh-tw/howto/sockets.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 如何達成任務https://python.github.io/python-docs-zh-tw/howto/index.html
排序技法https://python.github.io/python-docs-zh-tw/howto/sorting.html
https://python.github.io/python-docs-zh-tw/howto/sorting.html#sorting-techniques
list.sort()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.sort
sorted()https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
https://python.github.io/python-docs-zh-tw/howto/sorting.html#sorting-basics
sorted()https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
list.sort()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.sort
sorted()https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
list.sort()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.sort
sorted()https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
https://python.github.io/python-docs-zh-tw/howto/sorting.html#key-functions
list.sort()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.sort
sorted()https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
min()https://python.github.io/python-docs-zh-tw/library/functions.html#min
max()https://python.github.io/python-docs-zh-tw/library/functions.html#max
heapq.nsmallest()https://python.github.io/python-docs-zh-tw/library/heapq.html#heapq.nsmallest
heapq.nlargest()https://python.github.io/python-docs-zh-tw/library/heapq.html#heapq.nlargest
str.casefold()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.casefold
dataclasshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
named tuplehttps://python.github.io/python-docs-zh-tw/glossary.html#term-named-tuple
https://python.github.io/python-docs-zh-tw/howto/sorting.html#operator-module-functions-and-partial-function-evaluation
鍵函式https://python.github.io/python-docs-zh-tw/glossary.html#term-key-function
operatorhttps://python.github.io/python-docs-zh-tw/library/operator.html#module-operator
itemgetter()https://python.github.io/python-docs-zh-tw/library/operator.html#operator.itemgetter
attrgetter()https://python.github.io/python-docs-zh-tw/library/operator.html#operator.attrgetter
methodcaller()https://python.github.io/python-docs-zh-tw/library/operator.html#operator.methodcaller
functoolshttps://python.github.io/python-docs-zh-tw/library/functools.html#module-functools
partial()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
引數數目https://en.wikipedia.org/wiki/Arity
https://python.github.io/python-docs-zh-tw/howto/sorting.html#ascending-and-descending
list.sort()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.sort
sorted()https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
https://python.github.io/python-docs-zh-tw/howto/sorting.html#sort-stability-and-complex-sorts
穩定的https://en.wikipedia.org/wiki/Sorting_algorithm#Stability
Timsorthttps://en.wikipedia.org/wiki/Timsort
https://python.github.io/python-docs-zh-tw/howto/sorting.html#decorate-sort-undecorate
Schwartzian transformhttps://en.wikipedia.org/wiki/Schwartzian_transform
https://python.github.io/python-docs-zh-tw/howto/sorting.html#comparison-functions
天秤https://upload.wikimedia.org/wikipedia/commons/1/17/Balance_à_tabac_1850.JPG
locale.strcoll()https://python.github.io/python-docs-zh-tw/library/locale.html#locale.strcoll
functools.cmp_to_keyhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.cmp_to_key
https://python.github.io/python-docs-zh-tw/howto/sorting.html#strategies-for-unorderable-types-and-values
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
IEEE-754 standardhttps://en.wikipedia.org/wiki/IEEE_754
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/howto/sorting.html#odds-and-ends
locale.strxfrm()https://python.github.io/python-docs-zh-tw/library/locale.html#locale.strxfrm
locale.strcoll()https://python.github.io/python-docs-zh-tw/library/locale.html#locale.strcoll
reversed()https://python.github.io/python-docs-zh-tw/library/functions.html#reversed
__lt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lt__
__lt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lt__
__gt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__gt__
object.__lt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lt__
PEP 8https://peps.python.org/pep-0008/
total_ordering()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.total_ordering
https://python.github.io/python-docs-zh-tw/howto/sorting.html#partial-sorts
min()https://python.github.io/python-docs-zh-tw/library/functions.html#min
max()https://python.github.io/python-docs-zh-tw/library/functions.html#max
heapq.nsmallest()https://python.github.io/python-docs-zh-tw/library/heapq.html#heapq.nsmallest
heapq.nlargest()https://python.github.io/python-docs-zh-tw/library/heapq.html#heapq.nlargest
heapq.heappush()https://python.github.io/python-docs-zh-tw/library/heapq.html#heapq.heappush
heapq.heappop()https://python.github.io/python-docs-zh-tw/library/heapq.html#heapq.heappop
目錄https://python.github.io/python-docs-zh-tw/contents.html
排序技法https://python.github.io/python-docs-zh-tw/howto/sorting.html
基礎排序https://python.github.io/python-docs-zh-tw/howto/sorting.html#sorting-basics
鍵函式 (key functions)https://python.github.io/python-docs-zh-tw/howto/sorting.html#key-functions
Operator 模組函式以及部份函式 (partial function) 評估https://python.github.io/python-docs-zh-tw/howto/sorting.html#operator-module-functions-and-partial-function-evaluation
升冪與降冪https://python.github.io/python-docs-zh-tw/howto/sorting.html#ascending-and-descending
排序穩定性與複合排序https://python.github.io/python-docs-zh-tw/howto/sorting.html#sort-stability-and-complex-sorts
裝飾-排序-移除裝飾 (decorate-sort-undecorate)https://python.github.io/python-docs-zh-tw/howto/sorting.html#decorate-sort-undecorate
比較函式 (comparison functions)https://python.github.io/python-docs-zh-tw/howto/sorting.html#comparison-functions
Strategies For Unorderable Types and Valueshttps://python.github.io/python-docs-zh-tw/howto/sorting.html#strategies-for-unorderable-types-and-values
雜項說明https://python.github.io/python-docs-zh-tw/howto/sorting.html#odds-and-ends
部份排序https://python.github.io/python-docs-zh-tw/howto/sorting.html#partial-sorts
Socket 程式設計指南https://python.github.io/python-docs-zh-tw/howto/sockets.html
Unicode HOWTOhttps://python.github.io/python-docs-zh-tw/howto/unicode.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/howto/sorting.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/howto/unicode.html
上一頁https://python.github.io/python-docs-zh-tw/howto/sockets.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 如何達成任務https://python.github.io/python-docs-zh-tw/howto/index.html
排序技法https://python.github.io/python-docs-zh-tw/howto/sorting.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.