名词
中文翻译:单向链表
同义词:
['unidirectional linked list', 'unidirectional list', 'one-way list例句:1. In computer science', 'a unidirectional chained list is a data structure that stores elements in a linear order.(在计算机科学中,单向链表是一种数据结构,它按线性顺序存储元素。)']
例句:
-
1. In computer science, a unidirectional chained list is a data structure that stores elements in a linear order.
在计算机科学中,单向链表是一种数据结构,它按线性顺序存储元素。
-
2. The database management system used by the company uses a unidirectional chained list to store customer information.
该公司使用的数据库管理系统使用单向链表来存储客户信息。
-
3. The unidirectional chained list was designed to be easily traversable and efficient for processing large amounts ofdata.
单向链表被设计成易于遍历且高效处理大量数据。