We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5e999 commit 57f1316Copy full SHA for 57f1316
src/main/java/com/thealgorithms/searches/Dijkstras.java
@@ -10,7 +10,7 @@
10
* @date: 19 October 2025 (Sunday)
11
* @wiki: https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm
12
*/
13
-public class DijkstrasAlgorithm {
+public class Dijkstras {
14
15
/**
16
* Computes the shortest distance from a source vertex to all other vertices.
0 commit comments