Package org.drip.sample.graphsearch
Class DFS2
java.lang.Object
org.drip.sample.graphsearch.DFS2
public class DFS2
extends java.lang.Object
DFS2 illustrates Construction/Usage of a Graph DFS and Vertex Ordering. The References are:
- Cormen, T., C. E. Leiserson, R. Rivest, and C. Stein (2009): Introduction to Algorithms 3rd Edition MIT Press
- de Fraysseix, H., O. de Mendez, and P. Rosenstiehl (2006): Tremaux Trees and Planarity International Journal of Foundations of Computer Science 17 (5) 1017-1030
- Mehlhorn, K., and P. Sanders (2008): Algorithms and Data Structures: The Basic Tool-box Springer
- Reif, J. H. (1985): Depth-first Search is inherently Sequential Information Processing Letters 20 (5) 229-234
- Wikipedia (2020): 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
-
DFS2
public DFS2()
-
-
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
-