Class ChildrenFirstSearch


  • public class ChildrenFirstSearch
    extends Object
    A DAG search similar to BFS which guarantees that no parent is visited before its children. Relies on the fact that child modification always has bigger id than any of its parents.
    • Method Detail

      • run

        public void run()