📜  字典顺序 - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:43.134000             🧑  作者: Mango

代码示例1
lexicographical order is alphabetical order. The other type is numerical ordering. Consider the following values,

1, 10, 2
Those values are in lexicographical order. 10 comes after 2 in numerical order, but 10 comes before 2 in "alphabetical" order.