Cirkelfria
Cirkelfria is a Swedish term used to describe objects, processes, or structures that are free from circles or cycles. In mathematics and computer science, it denotes the absence of closed loops in a system, such as a graph or dependency structure. The word is formed from cirkel (circle) and fri (free).
In graph theory, a structure is cirkelfria if it contains no cycles. A directed acyclic graph (DAG)
Cycle-detection methods are routinely used to determine whether a given structure is cirkelfri. Depth-first search (DFS)
Common domains where cirkelfria is relevant include software build systems and package management, where circular dependencies
See also: acyclic graph, directed acyclic graph, forest, topological sort, cycle detection.