Package org.drip.sample.graphsearch
Class DFS3
java.lang.Object
org.drip.sample.graphsearch.DFS3
public class DFS3
extends java.lang.Object
DFS3 illustrates the Application of the Depth-First Search on a Graph. The References are:
- Wikipedia (2019a): Kruskal's Algorithm https://en.wikipedia.org/wiki/Kruskal%27s_algorithm
- Wikipedia (2019b): Prim's Algorithm https://en.wikipedia.org/wiki/Prim%27s_algorithm
- Wikipedia (2020a): Breadth-First Search https://en.wikipedia.org/wiki/Breadth-first_search
- Wikipedia (2020b): Depth-First Search https://en.wikipedia.org/wiki/Depth-first_search
- Module = Computational Core Module
- Library = Graph Algorithm Library
- Project = DROP API Construction and Usage
- Package = Breadth/Depth First Search/Ordering
- Author:
- Lakshmi Krishnamurthy
-
Constructor Details
-
DFS3
public DFS3()
-
-
Method Details
-
main
public static final void main(java.lang.String[] argumentArray) throws java.lang.ExceptionEntry Point- Parameters:
argumentArray
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-