Skip to content

Commit 0044d6d

Browse files
authored
Update DijkstrasAlgorithm.java
1 parent 2e21581 commit 0044d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* <p>
1313
* The algorithm uses information about edge's distance to find the fastest path.
1414
*
15-
* @param <T> type of vertex id
15+
* @param <T> the type of vertex id
1616
*/
1717
public class DijkstrasAlgorithm<T> implements SearchAlgorithm<T> {
1818

0 commit comments

Comments
 (0)