LexicographicSort

LexicographicSort[{e1,e2,}]

按字典序对表达式 ei 的列表进行排序.

LexicographicSort[{e1,e2,},p]

使用排序函数 p 比较 ei 表达式的元素.

更多信息

范例

打开所有单元关闭所有单元

基本范例  (1)

使用字典序对列表进行排序:

较短的列表首先按规范顺序排序:

范围  (5)

按字典序对列表的元素进行排序:

使用排序函数比较元素的各个子表达式:

对头部不是 List 的表达式进行字典序排序:

对字符串列表进行字典序排序:

按字典顺序对关联列表进行排序,比较各自的值:

应用  (1)

按字典序对子集进行排序:

属性和关系  (6)

顺序由第一个不同的元素决定,与表达式长度无关:

当所有元素在最短长度内重合时,较短的列表将首先排序:

空列表在任何其他列表之前进行排序:

LexicographicSort[list] 等价于 Sort[list,LexicographicOrder]:

与规范顺序比较:

对于相同长度的列表,LexicographicSort 等价于 Sort

带有字母字符串的 LexicographicSort 等价于带有默认选项的 AlphabeticSort

当字符串包含字母和数字时,AlphabeticSortSort 不是字典顺序:

Wolfram Research (2021),LexicographicSort,Wolfram 语言函数,https://reference.wolfram.com/language/ref/LexicographicSort.html.

文本

Wolfram Research (2021),LexicographicSort,Wolfram 语言函数,https://reference.wolfram.com/language/ref/LexicographicSort.html.

CMS

Wolfram 语言. 2021. "LexicographicSort." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/LexicographicSort.html.

APA

Wolfram 语言. (2021). LexicographicSort. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/LexicographicSort.html 年

BibTeX

@misc{reference.wolfram_2024_lexicographicsort, author="Wolfram Research", title="{LexicographicSort}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/LexicographicSort.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_lexicographicsort, organization={Wolfram Research}, title={LexicographicSort}, year={2021}, url={https://reference.wolfram.com/language/ref/LexicographicSort.html}, note=[Accessed: 18-November-2024 ]}