Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

DFS in Graph

Language: Layout:
+ ] Show input
Compilation time: 0.82 sec, absolute running time: 0.26 sec, cpu time: 0.21 sec, memory peak: 37 Mb, absolute service time: 1,17 sec  
edit mode |  history  | discussion
Error(s), warning(s):
622745349/source.java:21: warning: [rawtypes] found raw type: LinkedList
		adj = new LinkedList[v];
		          ^
  missing type arguments for generic class LinkedList<E>
  where E is a type-variable:
    E extends Object declared in class LinkedList
622745349/source.java:23: warning: [rawtypes] found raw type: LinkedList
			adj[i] = new LinkedList();
			             ^
  missing type arguments for generic class LinkedList<E>
  where E is a type-variable:
    E extends Object declared in class LinkedList
2 warnings


Following is Depth First Traversal (starting from vertex 2)
2 0 1 3 

    
                
λ
.NET NoSQL database for rapid development