Skip to content

Commit a3f7b97

Browse files
authored
Update BreadthFirstSearch.java
1 parent a87d1f2 commit a3f7b97

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
@@ -14,6 +14,7 @@
1414
*
1515
* The algorithm doesn't take into account the distance between nodes.
1616
*
17+
* @author Jegors Čemisovs
1718
* @param <T> the type of vertex id
1819
*/
1920
public class BreadthFirstSearch<T> implements SearchAlgorithm<T> {

0 commit comments

Comments
 (0)