Skip to content

Commit 2c9eb8b

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 773507a commit 2c9eb8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
* [Dfs](https://github.com/TheAlgorithms/Swift/blob/master/graph/DFS/DFS.swift)
6262
* [Graph](https://github.com/TheAlgorithms/Swift/blob/master/graph/Graph.swift)
6363
* Spanning Tree
64+
* [Dijkstra](https://github.com/TheAlgorithms/Swift/blob/master/graph/spanning_tree/dijkstra.swift)
6465
* [Kruskal](https://github.com/TheAlgorithms/Swift/blob/master/graph/spanning_tree/kruskal.swift)
6566

6667
## Recursion

0 commit comments

Comments
 (0)