Skip to content

Commit 57f1316

Browse files
committed
renamed the file
1 parent 4b5e999 commit 57f1316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/searches/Dijkstras.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @date: 19 October 2025 (Sunday)
1111
* @wiki: https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm
1212
*/
13-
public class DijkstrasAlgorithm {
13+
public class Dijkstras {
1414

1515
/**
1616
* Computes the shortest distance from a source vertex to all other vertices.

0 commit comments

Comments
 (0)