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 773507a commit 2c9eb8bCopy full SHA for 2c9eb8b
DIRECTORY.md
@@ -61,6 +61,7 @@
61
* [Dfs](https://github.com/TheAlgorithms/Swift/blob/master/graph/DFS/DFS.swift)
62
* [Graph](https://github.com/TheAlgorithms/Swift/blob/master/graph/Graph.swift)
63
* Spanning Tree
64
+ * [Dijkstra](https://github.com/TheAlgorithms/Swift/blob/master/graph/spanning_tree/dijkstra.swift)
65
* [Kruskal](https://github.com/TheAlgorithms/Swift/blob/master/graph/spanning_tree/kruskal.swift)
66
67
## Recursion
0 commit comments