Skip to content

Commit c2c11c7

Browse files
authored
Update DijkstrasAlgorithm.java
1 parent a3f7b97 commit c2c11c7

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
@@ -12,6 +12,7 @@
1212
* <p>
1313
* The algorithm uses information about edge's distance to find the fastest path.
1414
*
15+
* @author Jegors Čemisovs
1516
* @param <T> the type of vertex id
1617
*/
1718
public class DijkstrasAlgorithm<T> implements SearchAlgorithm<T> {

0 commit comments

Comments
 (0)