noun
chained list search
Computing term for searching through a linked list data structure.
連鎖リスト探索のアルゴリズムを実装した。
I implemented a chained list search algorithm.
Linear search; a general sequential search method, while 連鎖リスト探索 specifically refers to searching within a linked list structure.
Compound of 連鎖 (chain) + リスト (list) + 探索 (search), a direct translation of the English computing term 'chained list search'.