PHP Doctrine\Common\DataFixtures\Sorter Namespace

Classes

Name Description
TopologicalSorter TopologicalSorter is an ordering algorithm for directed graphs (DG) and/or directed acyclic graphs (DAG) by using a depth-first searching (DFS) to traverse the graph built in memory.
Vertex