コンピューター用語辞典

日外アソシエーツ株式会社

spaghetti stack

スパゲッティスタック

用例

参照

調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

Wiktionary英語版

出典:Wiktionary

spaghetti stack

出典:『Wiktionary』 (2025/08/17 18:07 UTC )

ウィキペディア英語版

出典:Wikipedia

Spaghetti stack

出典:『Wikipedia』 (2011/03/12 18:23 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

A spaghetti stack (also called a cactus stack or saguaro stack) in computer science is an N-ary tree data structure in which child nodes have pointers to the parent nodes (but not vice-versa). When a list of nodes is traversed from a leaf node to the root node by chasing these parent pointers, the structure looks like a linked list stack. It can be analogized to a linked list having one and only parent pointer called "next" or "link", and ignoring that each parent may have other children (which are not accessible anyway since there are no downward pointers).

spaghetti stackのページの著作権