Skip to content

Commit fb5b3ee

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 9d7e9b7 commit fb5b3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DIRECTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
* [Check Bipartite Graph Bfs](https://github.com/TheAlgorithms/Python/blob/master/graphs/check_bipartite_graph_bfs.py)
213213
* [Check Bipartite Graph Dfs](https://github.com/TheAlgorithms/Python/blob/master/graphs/check_bipartite_graph_dfs.py)
214214
* [Depth First Search](https://github.com/TheAlgorithms/Python/blob/master/graphs/depth_first_search.py)
215-
* [Depth First Search Dictionary](https://github.com/TheAlgorithms/Python/blob/master/graphs/depth_first_search_dictionary.py)
215+
* [Depth First Search Dfs](https://github.com/TheAlgorithms/Python/blob/master/graphs/depth_first_search_dfs.py)
216216
* [Dijkstra](https://github.com/TheAlgorithms/Python/blob/master/graphs/dijkstra.py)
217217
* [Dijkstra 2](https://github.com/TheAlgorithms/Python/blob/master/graphs/dijkstra_2.py)
218218
* [Dijkstra Algorithm](https://github.com/TheAlgorithms/Python/blob/master/graphs/dijkstra_algorithm.py)

0 commit comments

Comments
 (0)