noun
adjacent node
Technical term in graph theory and computer networks for a node directly connected to another node by an edge.
グラフ理論では、あるノードに直接つながっているノードを隣接ノードと呼ぶ。
In graph theory, a node directly connected to a given node is called an adjacent node.
このアルゴリズムは、現在のノードから隣接ノードを順に調べていく。
This algorithm examines adjacent nodes one by one from the current node.