Skip to content

Commit 5b6f832

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent c0c5ffd commit 5b6f832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DIRECTORY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
* [Union Find](https://github.com/TheAlgorithms/Swift/blob/master/data_structures/union_find/union_find.swift)
5656

5757
## Graph
58-
* [Graph](https://github.com/TheAlgorithms/Swift/blob/master/graph/Graph.swift)
5958
* Bfs
6059
* [Bfs](https://github.com/TheAlgorithms/Swift/blob/master/graph/BFS/BFS.swift)
6160
* Dfs
6261
* [Dfs](https://github.com/TheAlgorithms/Swift/blob/master/graph/DFS/DFS.swift)
62+
* [Graph](https://github.com/TheAlgorithms/Swift/blob/master/graph/Graph.swift)
6363
* Spanning Tree
6464
* [Kruskal](https://github.com/TheAlgorithms/Swift/blob/master/graph/spanning_tree/kruskal.swift)
6565

0 commit comments

Comments
 (0)