Unordered
Definition / 释义
unordered(形容词):无序的;未排序的;不按顺序排列的。常用于描述数据、列表、集合或元素之间没有固定顺序(或顺序不重要)。
Pronunciation / 发音
/ʌnˈɔːrdərd/
Examples / 例句
The files are unordered, so it’s hard to find anything.
这些文件没有按顺序整理,所以很难找到任何东西。
In an unordered set, the order of elements doesn’t affect the result of many operations.
在无序集合中,元素的先后顺序不会影响许多运算的结果。
Etymology / 词源
由前缀 un-(表示“否定、相反”)+ ordered(“有序的”,来自 order“秩序、顺序”)构成,字面意思就是“不具有顺序的”。
Related Words / 相关词
Literary Works / 文学作品举例
- Introduction to Algorithms(《算法导论》;常以“unordered set / unordered list”等术语出现)
- The Art of Computer Programming(《计算机程序设计艺术》;常用于讨论排序与排列时的“unordered”概念)
- Structure and Interpretation of Computer Programs(《计算机程序的构造和解释》;在数据结构与抽象概念语境中常见)