noun
linked list; chained list
Computing term for a data structure where each element points to the next. 連鎖リスト is a direct translation; the English loanword リンクリスト is also common.
連鎖リストはデータ構造の基本です。
A linked list is a fundamental data structure.
このアルゴリズムでは連鎖リストを使います。
This algorithm uses a linked list.