Computing term for a data structure where each element points to the next.
A linked list can be more efficient than an array for inserting or deleting data.
Compound of 連結 (linking) and リスト (list), a direct translation of the English computing term 'linked list'.