Skip to content

Commit fc60a2f

Browse files
authored
Update BreadthFirstSearch.java
1 parent 64d00f4 commit fc60a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/lv/id/jc/algorithm/graph/BreadthFirstSearch.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*
1717
* @author Jegors Čemisovs
1818
* @param <T> the type of vertex id
19+
* @since 1.0
1920
*/
2021
public class BreadthFirstSearch<T> implements SearchAlgorithm<T> {
2122

0 commit comments

Comments
 (0)