Interface DepthFirstSearch<T>

    • Method Detail

      • run

        void run()
      • getStart

        @NotNull
        T getStart()
      • isVisited

        boolean isVisited​(T node)