Skip to content

Commit 1533d67

Browse files
committed
Added timing to graph test
1 parent 7a6c9ab commit 1533d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/com/jwetherell/algorithms/graph/test/BreadthFirstTraversalTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ckage com.jwetherell.algorithms.graph.test;
1+
package com.jwetherell.algorithms.graph.test;
22

33
import java.util.ArrayList;
44
import java.util.List;

0 commit comments

Comments
 (0)