linked list

短语

[计] 链表

词形变化

linked lists 复数 linked lists

释义与例句

n.
  1. 1.

    A simple linear data structure, each of whose nodes includes a pointer to the next (and sometimes previous) node in the list, enabling traversal of the structure in at least one direction from any starting point.

    计算机 工程 数学