path
Table of Contents
a path is a sequence of distinct nodes $x1,x2,…$ such that:
- any 2 sucessive elements are joined by a link
- no node is visited twice (said in distinct, but it is important and easy to overlook) with exception being that the start and end node can be the same. when they do be the same node, the path would be a cycle
Related conceptws
Backlinks
length of path
nubmer of links in the path.
2 nodes in a network are connected if there exists a path in the network such that they are both member of it.
a network is connected if any pair of 2 nodes are connected by a path
If a network is not connected, then it could be split to connected compoenents