Class BFS


  • public class BFS
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BFS()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <Tree> org.jooq.lambda.Seq<Tree> visit​(Tree root, java.util.function.Function<Tree,​java.lang.Iterable<Tree>> neighbours)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BFS

        public BFS()
    • Method Detail

      • visit

        public static <Tree> org.jooq.lambda.Seq<Tree> visit​(Tree root,
                                                             java.util.function.Function<Tree,​java.lang.Iterable<Tree>> neighbours)