Skip to content

Commit 2e21581

Browse files
authored
Update BreadthFirstSearch.java
1 parent c3fd805 commit 2e21581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The algorithm doesn't take into account the distance between nodes.
1616
*
17-
* @param <T> type of vertex id
17+
* @param <T> the type of vertex id
1818
*/
1919
public class BreadthFirstSearch<T> implements SearchAlgorithm<T> {
2020

0 commit comments

Comments
 (0)