linked list

  1. 链表

网络词典

linked list

英 ˈlɪŋkt ˈlaɪst 美 ˈlɪŋkt ˈlaɪst
名词 中文翻译:链接列表
同义词: ['chained list', 'linked sequence']

例句:

  1. 1.The linked list is a data structure that stores information in a linear order.
    链表是一种数据结构,以线性顺序存储信息。
  2. 2. In the linked list, each node contains a value and a reference to the next node.
    在链表中,每个节点包含一个值和指向下一个节点的引用。
  3. 3.The linked list is used to store data efficiently, especially when the data is sorted or ordered.
    链表用于高效存储数据,特别是当数据已排序或有序时。