topological-sort
Sorting nodes of a graph to form an acyclic directed graph in the order they appear. For example, if and , then should come before , although not necessarily in a unique order between the two; there are two possible topological sorts for this.
Backlinks
bayesian-network
- Bayesian networks undergo [[topological-sort]] algorithms before any inference is done with some sampling method.