Skip to content

Commit 73e6f3a

Browse files
authored
Update DijkstrasAlgorithm.java
1 parent fc60a2f commit 73e6f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*
1515
* @author Jegors Čemisovs
1616
* @param <T> the type of vertex id
17+
* @since 1.0
1718
*/
1819
public class DijkstrasAlgorithm<T> implements SearchAlgorithm<T> {
1920

0 commit comments

Comments
 (0)