loopfreie
Loop-free (loopfrei) describes structures that contain no loops, that is, no edges from a vertex to itself. In graph theory, a loop-free graph has no self-loops; in directed graphs, this means there is no arc that starts and ends at the same vertex. Loop-free is not the same as acyclic: removing self-loops eliminates only edges of length one; cycles of longer length may still exist.
Common terminology: a loop-free graph often coincides with what is called a simple graph when also no
In computer networking, loop-free topologies prevent forwarding loops caused by redundant links. Protocols such as the
In algorithms and data structures, loop-free traversal implies that searches do not revisit the same node, typically
Examples: an edge from A to A is a self-loop, illustrating a loop; a triangle with edges