ウィキペディア英語版

出典:Wikipedia

Node (computer science)

出典:『Wikipedia』 (2011/04/17 20:20 UTC 版)

英語による解説

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

A node is a record used to build linked data structures such as trees, linked lists, and computer-based representations of graphs. Each node contains a data field and one or more links to other nodes. The link and data fields are often implemented by pointers or references although it is also quite common for the data to be embedded directly in the node. By forming groups of interlinked nodes, very large and complex data structures can be formed. Nodes are conceptually similar to vertices, which are elements of a graph. Software is said to have a node graph architecture when it's organization consists of interlinked nodes.

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

Node (computer science)のページの著作権